mirror of
https://github.com/immich-app/immich.git
synced 2025-01-25 17:15:28 +02:00
[ Mobile ] Fixed mobile app not reporting webm MIME type (#2090)
This commit is contained in:
parent
cd59f7aad6
commit
1a94530935
@ -44,6 +44,9 @@ class FileHelper {
|
||||
case '3gp':
|
||||
return {"type": "video", "subType": "3gpp"};
|
||||
|
||||
case 'webm':
|
||||
return {"type": "video", "subType": "webm"};
|
||||
|
||||
default:
|
||||
return {"type": "unsupport", "subType": "unsupport"};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user