From 034579be29a0ca87ff7c205927ba6a6cd0e571a5 Mon Sep 17 00:00:00 2001 From: Daniel Neto Date: Mon, 27 May 2024 12:44:35 -0300 Subject: [PATCH] https://github.com/WWBN/AVideo/issues/9082 File extension fix --- view/managerVideos_body.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/managerVideos_body.php b/view/managerVideos_body.php index c5a08fa92f..f0f4e30d65 100644 --- a/view/managerVideos_body.php +++ b/view/managerVideos_body.php @@ -988,7 +988,7 @@ if (empty($advancedCustom->disableHTMLDescription)) { initialPreviewShowDelete: false, showRemove: false, showClose: false, - allowedFileExtensions: ["jpg", "jpeg", "png", "bmp"], + allowedFileExtensions: ["jpg", "jpeg", "png", "bmp", 'gif', "webp"], }).on('fileuploaderror', function(event, data, msg) { avideoAlertError(data.response.msg); console.log('fileuploaderror', data, msg);