Remove octet stream fallback for video extension
It could be a FLAC file for example
This commit is contained in:
parent
4fdeef8125
commit
cef4e38f1c
1 changed files with 0 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue