mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 10:59:17 +02:00
Ensure we can transcode from video/ogg files too
This commit is contained in:
parent
0894306e5e
commit
be0b120cea
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ def compute_status(jobs):
|
||||||
|
|
||||||
|
|
||||||
AUDIO_EXTENSIONS_AND_MIMETYPE = [
|
AUDIO_EXTENSIONS_AND_MIMETYPE = [
|
||||||
|
("ogg", "video/ogg"),
|
||||||
("ogg", "audio/ogg"),
|
("ogg", "audio/ogg"),
|
||||||
("opus", "audio/opus"),
|
("opus", "audio/opus"),
|
||||||
("mp3", "audio/mpeg"),
|
("mp3", "audio/mpeg"),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue