Add audio/mpeg, which the server uses for mp3 audio

This commit is contained in:
Matthias Portzel 2022-05-07 17:03:51 -04:00
parent 58dc4d62b0
commit 93d7966db5
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ ALLOWED_MEDIA_TYPES = {
"image/jpeg": "jpeg",
"audio/x-m4a": "m4a",
"audio/mpegaudio/mpeg": "mp3",
"audio/mpeg": "mp3",
"audio/x-hx-aac-adts": "aac",
"video/mp4": "mp4",
"video/quicktime": "mov",