aboutsummaryrefslogtreecommitdiffstats
path: root/src/cow_mimetypes.erl
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2016-10-03 23:27:30 +0200
committerLoïc Hoguin <[email protected]>2016-10-03 23:29:09 +0200
commit25185cf0140abe6414574ee0a16082d28330e880 (patch)
tree153ca865976623458d3fb4aa64a214a4b91bcaa0 /src/cow_mimetypes.erl
parent6d49739f96b97bb5c1abd6274490d9a9d0a9394b (diff)
downloadcowlib-25185cf0140abe6414574ee0a16082d28330e880.tar.gz
cowlib-25185cf0140abe6414574ee0a16082d28330e880.tar.bz2
cowlib-25185cf0140abe6414574ee0a16082d28330e880.zip
Update mimetypes
Diffstat (limited to 'src/cow_mimetypes.erl')
-rw-r--r--src/cow_mimetypes.erl3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cow_mimetypes.erl b/src/cow_mimetypes.erl
index 58585b9..f572fd9 100644
--- a/src/cow_mimetypes.erl
+++ b/src/cow_mimetypes.erl
@@ -1,4 +1,4 @@
-%% Copyright (c) 2013-2015, Loïc Hoguin <[email protected]>
+%% Copyright (c) 2013-2016, Loïc Hoguin <[email protected]>
%%
%% Permission to use, copy, modify, and/or distribute this software for any
%% purpose with or without fee is hereby granted, provided that the above
@@ -444,6 +444,7 @@ all_ext(<<"m2v">>) -> {<<"video">>, <<"mpeg">>, []};
all_ext(<<"m3a">>) -> {<<"audio">>, <<"mpeg">>, []};
all_ext(<<"m3u8">>) -> {<<"application">>, <<"vnd.apple.mpegurl">>, []};
all_ext(<<"m3u">>) -> {<<"audio">>, <<"x-mpegurl">>, []};
+all_ext(<<"m4a">>) -> {<<"audio">>, <<"mp4">>, []};
all_ext(<<"m4u">>) -> {<<"video">>, <<"vnd.mpegurl">>, []};
all_ext(<<"m4v">>) -> {<<"video">>, <<"x-m4v">>, []};
all_ext(<<"ma">>) -> {<<"application">>, <<"mathematica">>, []};