mirror of https://github.com/Chocobozzz/PeerTube
Remove octet stream fallback for video extension
It could be a FLAC file for examplepull/2472/head
parent
4fdeef8125
commit
cef4e38f1c
|
@ -795,7 +795,6 @@ function buildVideoMimetypeExt () {
|
||||||
'video/x-msvideo': '.avi',
|
'video/x-msvideo': '.avi',
|
||||||
'video/x-flv': '.flv',
|
'video/x-flv': '.flv',
|
||||||
'video/x-matroska': '.mkv',
|
'video/x-matroska': '.mkv',
|
||||||
'application/octet-stream': '.mkv',
|
|
||||||
'video/avi': '.avi',
|
'video/avi': '.avi',
|
||||||
'video/x-m4v': '.m4v',
|
'video/x-m4v': '.m4v',
|
||||||
'video/m4v': '.m4v'
|
'video/m4v': '.m4v'
|
||||||
|
|
Loading…
Reference in New Issue