Skip to content
Snippets Groups Projects
Commit 764a636c authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Merge branch 'video-ogg' into 'master'

Ensure we can transcode from video/ogg files too

See merge request funkwhale/funkwhale!844
parents 0845f202 be0b120c
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,7 @@ def compute_status(jobs):
AUDIO_EXTENSIONS_AND_MIMETYPE = [
("ogg", "video/ogg"),
("ogg", "audio/ogg"),
("opus", "audio/opus"),
("mp3", "audio/mpeg"),
......
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