Ensure we can transcode from video/ogg files too
This commit is contained in:
parent
0894306e5e
commit
be0b120cea
|
@ -30,6 +30,7 @@ def compute_status(jobs):
|
|||
|
||||
|
||||
AUDIO_EXTENSIONS_AND_MIMETYPE = [
|
||||
("ogg", "video/ogg"),
|
||||
("ogg", "audio/ogg"),
|
||||
("opus", "audio/opus"),
|
||||
("mp3", "audio/mpeg"),
|
||||
|
|
Loading…
Reference in New Issue