jshttp / mime-db

Media Type Database
MIT License
1.11k stars 256 forks source link

fix: add .opus as valid extension for audio/ogg #218

Closed marc0s closed 3 years ago

marc0s commented 4 years ago

As per https://www.iana.org/assignments/media-types/audio/ogg .opus should be considered a valid extension for audio/ogg mediatype.

Fixes #193

marc0s commented 4 years ago

Thanks for the pointers, missed that.

I did the changes and added the opus extension to the src/custom-types.json file. Don't know why the other extensions are on the apache file, though.