[utils] Recognize wav mimetype (closes #26463)
This commit is contained in:
parent
62ae19ff76
commit
1d9bf655e6
2 changed files with 3 additions and 0 deletions
|
@ -4198,6 +4198,7 @@ def mimetype2ext(mt):
|
|||
'vnd.ms-sstr+xml': 'ism',
|
||||
'quicktime': 'mov',
|
||||
'mp2t': 'ts',
|
||||
'x-wav': 'wav',
|
||||
}.get(res, res)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue