Fix #868: Added opus to the list of supported mimetypes and extensions
This commit is contained in:
parent
a763cc42b1
commit
95cd64582c
2 changed files with 2 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ def compute_status(jobs):
|
|||
|
||||
AUDIO_EXTENSIONS_AND_MIMETYPE = [
|
||||
("ogg", "audio/ogg"),
|
||||
("opus", "audio/opus"),
|
||||
("mp3", "audio/mpeg"),
|
||||
("flac", "audio/x-flac"),
|
||||
("flac", "audio/flac"),
|
||||
|
|
|
|||
1
changes/changelog.d/868.enhancement
Normal file
1
changes/changelog.d/868.enhancement
Normal file
|
|
@ -0,0 +1 @@
|
|||
Added opus to the list of supported mimetypes and extensions (#868)
|
||||
Loading…
Add table
Add a link
Reference in a new issue