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:
kevinkk525 2016-02-06 01:35:27 +01:00
parent 8c86849e86
commit d7941fd379
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
{<<".gz">>, <<"application/x-gzip">>},
{<<".jpeg">>, <<"image/jpeg">>},
{<<".jpg">>, <<"image/jpeg">>},
{<<".mp3">>, <<"audio/mpeg">>},
{<<".mp3">>, <<"audio/mp3">>},
{<<".mp4">>, <<"video/mp4">>},
{<<".mpeg">>, <<"video/mpeg">>},
{<<".mpg">>, <<"video/mpeg">>},