Add m4a support

This commit is contained in:
Chocobozzz 2021-02-25 09:14:24 +01:00
parent 9556ce48e7
commit e072fb1e16
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 0 deletions

View File

@ -440,6 +440,7 @@ const MIMETYPES = {
'audio/flac': '.flac', 'audio/flac': '.flac',
'audio/aac': '.aac', 'audio/aac': '.aac',
'audio/m4a': '.m4a', 'audio/m4a': '.m4a',
'audio/mp4': '.m4a',
'audio/x-m4a': '.m4a', 'audio/x-m4a': '.m4a',
'audio/ac3': '.ac3' 'audio/ac3': '.ac3'
}, },