mime
mime copied to clipboard
`.mts` files are rather videos than models?
Hi! I use this lib to detect photos and videos in my code
I came up to issue that .mts files, that google says are mostly videos, don't get detected
seems that they are classified as some model?
https://github.com/dart-lang/mime/blob/799b398140817fdb134f639d84e91c552e129136/lib/src/default_extension_map.dart#L506
Is this supposed to be like that? Do i need to add this as exception in my code, or could we fix it upstream?
My issue: https://github.com/TheLastGimbus/GooglePhotosTakeoutHelper/issues/223
:(