Ensure we can transcode from video/ogg files too

This commit is contained in:
Eliot Berriot 2019-07-25 15:38:44 +02:00
parent 0894306e5e
commit be0b120cea
No known key found for this signature in database
GPG Key ID: DD6965E2476E5C27
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ def compute_status(jobs):
AUDIO_EXTENSIONS_AND_MIMETYPE = [
("ogg", "video/ogg"),
("ogg", "audio/ogg"),
("opus", "audio/opus"),
("mp3", "audio/mpeg"),