From 32531946a6238a72798663fd64f83051feedcb2c Mon Sep 17 00:00:00 2001 From: Aakash Singh Date: Sun, 12 May 2024 14:03:41 +0530 Subject: [PATCH] Allow `audio/mp4` by default (#2094) Co-authored-by: Vignesh Hari --- config/settings/base.py | 1 + 1 file changed, 1 insertion(+) diff --git a/config/settings/base.py b/config/settings/base.py index 9a6df3249b..5e678549aa 100644 --- a/config/settings/base.py +++ b/config/settings/base.py @@ -543,6 +543,7 @@ "audio/midi", "audio/x-midi", "audio/webm", + "audio/mp4" # Documents "text/plain", "text/csv",