mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-03-22 06:59:21 +01:00
Add qtff(.mov) to suppoed formats
This commit is contained in:
parent
823e88522c
commit
856828f329
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ final _supportedFormatMimes = [
|
||||||
"image/heic",
|
"image/heic",
|
||||||
"image/gif",
|
"image/gif",
|
||||||
"video/mp4",
|
"video/mp4",
|
||||||
|
"video/quicktime",
|
||||||
if (platform_k.isAndroid || platform_k.isWeb) "video/webm",
|
if (platform_k.isAndroid || platform_k.isWeb) "video/webm",
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue