samuelneff / MimeTypeMap

Provides a huge dictionary of file extensions to mime types.
MIT License
625 stars 201 forks source link

missing "audio/mp3" type #62

Closed shizenghua closed 7 years ago

shizenghua commented 7 years ago

missing "audio/mp3" type. repeat "application/acad" type.

samuelneff commented 7 years ago

I'll fix the acad duplicate today, thank you for pointing that out.

audio/mp3 is not a correct mime type. audio/mpeg is correct and listed. See https://tools.ietf.org/html/rfc3003 and not that it uses the terms "Audio layer of Mpeg-1 and Mpeg-2" which is mp3, see https://en.m.wikipedia.org/wiki/MP3.

samuelneff commented 7 years ago

Acad duplicate has been addressed. Thanks again for pointing that out.