Support m4v videos

This commit is contained in:
Chocobozzz 2019-12-05 11:07:57 +01:00
parent 03aff3c6f6
commit c37a52b046
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 3 additions and 1 deletions

View File

@ -770,7 +770,9 @@ function buildVideoMimetypeExt () {
'video/x-flv': '.flv',
'video/x-matroska': '.mkv',
'application/octet-stream': '.mkv',
'video/avi': '.avi'
'video/avi': '.avi',
'video/x-m4v': '.m4v',
'video/m4v': '.m4v'
})
}