Added .mov format to video_formats.
This commit is contained in:
parent
a3e0fdc046
commit
b6aa765183
@ -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"];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user