kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
Merge branch '867-opus-mimetype' into 'master'
Added opus to supported mimetymes and extensions See merge request funkwhale/funkwhale!806plugins
commit
cbe496e47b
|
@ -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"),
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Added opus to the list of supported mimetypes and extensions (#868)
|
Ładowanie…
Reference in New Issue