dart-lang / mime

Dart package for working with MIME type definitions and for processing streams of MIME multipart media types.
https://pub.dev/packages/mime
BSD 3-Clause "New" or "Revised" License
129 stars 51 forks source link

MimeType getting null for audio files #48

Open Softkeydel opened 3 years ago

Softkeydel commented 3 years ago

lookupMimeType() function returning null for various audio files like .m4a, .mp3, .acc, .amr

Please help

HugoHeneault commented 2 years ago

Try to use https://github.com/dart-lang/mime/pull/57

cedvdb commented 2 years ago

Did it work for you both ?

HugoHeneault commented 2 years ago

@cedvdb Have you tried using #57? It should work.

cedvdb commented 2 years ago

Yes I did but only with audio/weba files, which did work.