[utils] `mimetype2ext`: Always parse `flac` from `audio/flac` (#13748)

Authored by: bashonly
pull/13351/head^2
bashonly 1 week ago committed by GitHub
parent c1ac543c81
commit b8abd255e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save