Skip to content

Commit

Permalink
feat(server): add m4v format (#4135)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrasm91 committed Sep 18, 2023
1 parent f1c98ac commit dda735e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/src/domain/domain.constant.ts
Expand Up @@ -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'],
Expand Down

0 comments on commit dda735e

Please sign in to comment.