Correctly fix octet stream fallback for video ext
This commit is contained in:
parent
99d362de0c
commit
26469f9ed8
1 changed files with 2 additions and 0 deletions
|
@ -795,6 +795,8 @@ function buildVideoMimetypeExt () {
|
|||
'video/x-matroska': '.mkv',
|
||||
'video/avi': '.avi',
|
||||
'video/x-m4v': '.m4v',
|
||||
// Could be anything
|
||||
'application/octet-stream': null,
|
||||
'video/m4v': '.m4v'
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue