[utils] `mimetype2ext`: Recognize `aacp` as `aac`

Authored by: bashonly
This commit is contained in:
bashonly 2024-08-27 13:24:11 -05:00
parent 41be32e78c
commit 9843dcc31b
No known key found for this signature in database
GPG Key ID: 783F096F253D15B0
1 changed files with 1 additions and 0 deletions

View File

@ -2919,6 +2919,7 @@ def mimetype2ext(mt, default=NO_DEFAULT):
'audio/webm': 'webm', 'audio/webm': 'webm',
'audio/x-matroska': 'mka', 'audio/x-matroska': 'mka',
'audio/x-mpegurl': 'm3u', 'audio/x-mpegurl': 'm3u',
'aacp': 'aac',
'midi': 'mid', 'midi': 'mid',
'ogg': 'ogg', 'ogg': 'ogg',
'wav': 'wav', 'wav': 'wav',