Fix #868: Added opus to the list of supported mimetypes and extensions
This commit is contained in:
parent
a763cc42b1
commit
95cd64582c
|
@ -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"),
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Added opus to the list of supported mimetypes and extensions (#868)
|
Loading…
Reference in New Issue