aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/initializers/constants.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/initializers/constants.ts')
-rw-r--r--server/initializers/constants.ts4
1 files changed, 3 insertions, 1 deletions
diff --git a/server/initializers/constants.ts b/server/initializers/constants.ts
index 93fdd3f03..6f3ebb9aa 100644
--- a/server/initializers/constants.ts
+++ b/server/initializers/constants.ts
@@ -795,7 +795,9 @@ function buildVideoMimetypeExt () {
795 'video/quicktime': '.mov', 795 'video/quicktime': '.mov',
796 'video/x-msvideo': '.avi', 796 'video/x-msvideo': '.avi',
797 'video/x-flv': '.flv', 797 'video/x-flv': '.flv',
798 'video/x-matroska': '.mkv' 798 'video/x-matroska': '.mkv',
799 'application/octet-stream': '.mkv',
800 'video/avi': '.avi'
799 }) 801 })
800 } 802 }
801 803