Skip to content
This repository has been archived by the owner on Jan 24, 2021. It is now read-only.

Commit

Permalink
Merge pull request #1599 from DavidHoerster/fixMp3MimeType
Browse files Browse the repository at this point in the history
Issue #1589 update MP3 mime type to be IANA standard "audio/mpeg"
  • Loading branch information
khellang committed Jul 9, 2014
2 parents 3f07024 + b4f8cb2 commit 96f928b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Nancy/MimeTypes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ static MimeTypes ()
mimeTypes.Add ("movie", "video/x-sgi-movie");
mimeTypes.Add ("mov", "video/quicktime");
mimeTypes.Add ("mp2", "video/mpeg");
mimeTypes.Add ("mp3", "audio/mpeg3");
mimeTypes.Add ("mp3", "audio/mpeg");
mimeTypes.Add ("mp4", "video/mp4");
mimeTypes.Add ("mp4v", "video/mp4");
mimeTypes.Add ("mpa", "audio/mpeg");
Expand Down

0 comments on commit 96f928b

Please sign in to comment.