Remove octet stream fallback for video extension

It could be a FLAC file for example
pull/2472/head
Chocobozzz 2020-02-06 17:07:29 +01:00
parent 4fdeef8125
commit cef4e38f1c
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 0 additions and 1 deletions

View File

@ -795,7 +795,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'