From 4700f882913e065d3ef4b2f87ab6d121623e2e82 Mon Sep 17 00:00:00 2001 From: Florian Storz Date: Fri, 25 Jun 2021 16:09:47 +0200 Subject: [PATCH] hide download button for public preview of audio files When the option to hide downloads was selected at public link creation, the download button can be hidden by the audio html attribute controlsList="nodownload" Signed-off-by: Florian Storz --- apps/files_sharing/templates/public.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/files_sharing/templates/public.php b/apps/files_sharing/templates/public.php index ffc449f9e63..c17734e46c1 100644 --- a/apps/files_sharing/templates/public.php +++ b/apps/files_sharing/templates/public.php @@ -63,7 +63,8 @@ $maxUploadFilesize = min($upload_max_filesize, $post_max_size);
-