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