Skip to content

Commit

Permalink
Added .m4a and .m4v extensions. Issue zotonic#346.
Browse files Browse the repository at this point in the history
  • Loading branch information
mworrell committed Jun 18, 2012
1 parent d351e9a commit 6bd8fe8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/support/z_media_identify.erl
Expand Up @@ -284,6 +284,7 @@ extension_mime() ->
{".js", "application/x-javascript"},
{".json", "application/json"},
{".latex", "application/x-latex"},
{".m4a", "audio/mp4"},
{".manifest", "text/cache-manifest"},
{".mdb", "application/x-msaccess"},
{".midi", "audio/midi"},
Expand Down Expand Up @@ -351,6 +352,7 @@ extension_mime() ->
{".jpeg", "image/jpeg"},
{".js", "text/javascript"},
{".js", "text/x-javascript"},
{".m4v", "video/mp4"},
{".mid", "audio/midi"},
{".mpeg", "video/mpeg"},
{".pps", "application/vnd.ms-powerpoint"},
Expand Down

0 comments on commit 6bd8fe8

Please sign in to comment.