Add .opus to the extended mimetypes.
This commit is contained in:
parent
121f8329fb
commit
a0f68fa858
1 changed files with 1 additions and 0 deletions
|
@ -135,6 +135,7 @@ ADDITIONAL_MIMETYPES = {
|
||||||
'ac3': 'audio/ac3',
|
'ac3': 'audio/ac3',
|
||||||
'dts': 'audio/dts',
|
'dts': 'audio/dts',
|
||||||
'm4a': 'audio/mp4',
|
'm4a': 'audio/mp4',
|
||||||
|
'opus': 'audio/ogg',
|
||||||
|
|
||||||
'mkv': 'video/x-matroska',
|
'mkv': 'video/x-matroska',
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue