Merge branch 'video-ogg' into 'master'

Ensure we can transcode from video/ogg files too

See merge request funkwhale/funkwhale!844
This commit is contained in:
Eliot Berriot 2019-07-29 10:51:01 +02:00
commit 764a636c4c
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"),