Merge branch '867-opus-mimetype' into 'master'

Added opus to supported mimetymes and extensions

See merge request funkwhale/funkwhale!806
plugins
Eliot Berriot 2019-06-27 11:25:02 +02:00
commit cbe496e47b
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

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

Wyświetl plik

@ -0,0 +1 @@
Added opus to the list of supported mimetypes and extensions (#868)