dragermrb / capacitor-plugin-video-editor

Capacitor plugin to edit videos
10 stars 8 forks source link

Handle instances where the URI scheme is not content #15

Closed nvahalik closed 1 year ago

nvahalik commented 1 year ago

In our instance the file had a file:// scheme and type was always undefined in the return object. This change properly handles file:// schemes and returns the correct mime type.