mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
feat(server): add m4v format (#4135)
This commit is contained in:
parent
f1c98ac9e6
commit
dda735ec51
1 changed files with 1 additions and 0 deletions
|
|
@ -76,6 +76,7 @@ const video: Record<string, string[]> = {
|
||||||
'.flv': ['video/x-flv'],
|
'.flv': ['video/x-flv'],
|
||||||
'.insv': ['video/mp4'],
|
'.insv': ['video/mp4'],
|
||||||
'.m2ts': ['video/mp2t'],
|
'.m2ts': ['video/mp2t'],
|
||||||
|
'.m4v': ['video/x-m4v'],
|
||||||
'.mkv': ['video/x-matroska'],
|
'.mkv': ['video/x-matroska'],
|
||||||
'.mov': ['video/quicktime'],
|
'.mov': ['video/quicktime'],
|
||||||
'.mp4': ['video/mp4'],
|
'.mp4': ['video/mp4'],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue