Add qtff(.mov) to suppoed formats

This commit is contained in:
Ming Ming 2021-09-20 16:53:42 +08:00
parent 823e88522c
commit 856828f329

View file

@ -37,6 +37,7 @@ final _supportedFormatMimes = [
"image/heic",
"image/gif",
"video/mp4",
"video/quicktime",
if (platform_k.isAndroid || platform_k.isWeb) "video/webm",
];