mirror of
https://github.com/immich-app/immich.git
synced 2025-01-07 00:50:23 -05: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'],
|
||||
'.insv': ['video/mp4'],
|
||||
'.m2ts': ['video/mp2t'],
|
||||
'.m4v': ['video/x-m4v'],
|
||||
'.mkv': ['video/x-matroska'],
|
||||
'.mov': ['video/quicktime'],
|
||||
'.mp4': ['video/mp4'],
|
||||
|
|
Loading…
Reference in a new issue