1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00
File extension fix
This commit is contained in:
Daniel Neto 2024-05-27 12:44:35 -03:00
parent 8ae0276549
commit 034579be29

View file

@ -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);