mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 01:29:16 +02:00
Fix #661: Support for M4A/AAC files
This commit is contained in:
parent
534eaeb4e8
commit
27b248df6e
6 changed files with 100 additions and 1 deletions
|
@ -34,6 +34,8 @@ AUDIO_EXTENSIONS_AND_MIMETYPE = [
|
|||
("ogg", "audio/ogg"),
|
||||
("opus", "audio/opus"),
|
||||
("mp3", "audio/mpeg"),
|
||||
("aac", "audio/x-m4a"),
|
||||
("m4a", "audio/x-m4a"),
|
||||
("flac", "audio/x-flac"),
|
||||
("flac", "audio/flac"),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue