mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-02 06:46:22 +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/gif",
|
||||
"video/mp4",
|
||||
"video/quicktime",
|
||||
if (platform_k.isAndroid || platform_k.isWeb) "video/webm",
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue