Skip to content
Snippets Groups Projects
Verified Commit 95cd6458 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Fix #868: Added opus to the list of supported mimetypes and extensions

parent a763cc42
No related branches found
No related tags found
No related merge requests found
......@@ -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"),
......
Added opus to the list of supported mimetypes and extensions (#868)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment