Changed mp3 file type to support real .mp3 files
Fixes issue of receiving a link to download the .mp3 files instead of offering a direct media download.
This commit is contained in:
parent
8c86849e86
commit
d7941fd379
|
@ -28,7 +28,7 @@
|
||||||
{<<".gz">>, <<"application/x-gzip">>},
|
{<<".gz">>, <<"application/x-gzip">>},
|
||||||
{<<".jpeg">>, <<"image/jpeg">>},
|
{<<".jpeg">>, <<"image/jpeg">>},
|
||||||
{<<".jpg">>, <<"image/jpeg">>},
|
{<<".jpg">>, <<"image/jpeg">>},
|
||||||
{<<".mp3">>, <<"audio/mpeg">>},
|
{<<".mp3">>, <<"audio/mp3">>},
|
||||||
{<<".mp4">>, <<"video/mp4">>},
|
{<<".mp4">>, <<"video/mp4">>},
|
||||||
{<<".mpeg">>, <<"video/mpeg">>},
|
{<<".mpeg">>, <<"video/mpeg">>},
|
||||||
{<<".mpg">>, <<"video/mpeg">>},
|
{<<".mpg">>, <<"video/mpeg">>},
|
||||||
|
|
Loading…
Reference in New Issue