Skip to content

fix: allow upload of faulty MP3 files

Konrad Mohrfeldt requested to merge fix-252-faulty-mp3 into master

Some MP3 files have been detected as generic application/octet-stream by the default magic module when appending them to a report.

We already have mutagen as a dependency and can therefore employ some more sophisticated file detection if the generic check fails.

fixes #252 (closed)

Merge request reports