Fix .mov upload on some windows

This commit is contained in:
Chocobozzz 2024-10-21 11:35:44 +02:00
parent c9856e7563
commit 150d9f197d
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 0 deletions

View File

@ -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',