mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 01:39:37 +02:00
Fix .mov upload on some windows
This commit is contained in:
parent
c9856e7563
commit
150d9f197d
1 changed files with 1 additions and 0 deletions
|
@ -1336,6 +1336,7 @@ function buildVideoMimetypeExt () {
|
|||
|
||||
// Developed by Apple
|
||||
'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/m4v': '.m4v',
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue