From 1cdf2a268ba63c76b714dd9bf76dc257a31ece20 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);
-