Fix .mov upload on some windows
This commit is contained in:
parent
c9856e7563
commit
150d9f197d
|
@ -1336,6 +1336,7 @@ function buildVideoMimetypeExt () {
|
||||||
|
|
||||||
// Developed by Apple
|
// Developed by Apple
|
||||||
'video/quicktime': [ '.mov', '.qt', '.mqv' ], // often used as output format by editing software
|
'video/quicktime': [ '.mov', '.qt', '.mqv' ], // often used as output format by editing software
|
||||||
|
'video/mov': '.mov', // Windows: https://github.com/Chocobozzz/PeerTube/issues/6669
|
||||||
'video/x-m4v': '.m4v',
|
'video/x-m4v': '.m4v',
|
||||||
'video/m4v': '.m4v',
|
'video/m4v': '.m4v',
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue