1
0
Fork 0

Remove octet stream fallback for video extension

It could be a FLAC file for example
This commit is contained in:
Chocobozzz 2020-02-06 17:22:32 +01:00
parent 22f18a4a19
commit bc053fb303
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 0 additions and 1 deletions

View File

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