More specific mime type for m4a

(cherry picked from commit 69f2f2c550502cec4ae9b05ee9cc560bc720da41)
This commit is contained in:
Stephen Paul Weber 2023-07-22 19:23:39 -05:00 committed by Arne
parent e4530f5c05
commit 3354653020

View file

@ -261,7 +261,7 @@ public final class MimeUtils {
add("audio/mpeg", "mpga");
add("audio/mpeg", "mpega");
add("audio/mpeg", "mp2");
add("audio/mpeg", "m4a");
add("audio/mp4", "m4a");
add("audio/mpegurl", "m3u");
add("audio/ogg", "ogg");
add("audio/ogg", "oga");