rails / marcel

Find the mime type of files, examining file, filename and declared type
Apache License 2.0
386 stars 67 forks source link

Prefer audio/flac for .flac files #47

Closed gmcgibbon closed 3 years ago

gmcgibbon commented 3 years ago

Closes #42

Previous to 1.0, marcel identified flac audio as audio/flac. With the new mime source, it identifies flac files as audio/x-flac. This restores the previous behaviour by override similar to 27fac74.