Fix #661: Support for M4A/AAC files

This commit is contained in:
Eliot Berriot 2019-10-03 09:09:00 +02:00
parent 534eaeb4e8
commit 27b248df6e
6 changed files with 100 additions and 1 deletions

View file

@ -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"),
]