[utils] mimetype2ext: Recognize aacp as aac (#10860)

Authored by: bashonly
This commit is contained in:
bashonly
2024-09-13 18:19:18 -05:00
committed by GitHub
parent 0e1b941c6b
commit cc85596d5b

View File

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