From 2b6ff55fa96a0dd1a549f14bf148fdacf1288025 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);
-