forked from mirror/monocles_chat_clean
More specific mime type for m4a
(cherry picked from commit 69f2f2c550502cec4ae9b05ee9cc560bc720da41)
This commit is contained in:
parent
e4530f5c05
commit
3354653020
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Reference in a new issue