Merge pull request #602 from dpjl/master

Add x-msvideo mime type
pull/653/head
Varun Patil 2023-04-24 13:08:46 -07:00 committed by GitHub
commit fec633e51b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ class Application extends App implements IBootstrap
'video/quicktime',
'video/x-matroska',
'video/MP2T',
'video/x-msvideo',
// 'video/x-m4v', // too rarely used for photos
// 'video/ogg', // too rarely used for photos
];