1
0
Fork 0

Added .mov format to video_formats.

This commit is contained in:
Alexander Andreev 2022-07-25 21:10:35 +04:00
parent a3e0fdc046
commit b6aa765183
Signed by: Arav
GPG Key ID: 0388CC8FAA51063F
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
//// OVERLAY FOR VIEWING MEDIA FILES
const video_formats = ["webm", "mp4"];
const video_formats = ["webm", "mp4", "mov"];
const audio_formats = ["mp3", "flac", "opus", "ogg", "m4a"];
const image_formats = ["jpg", "jpeg", "gif", "png", "bmp", "webp"];