Closed woelper closed 2 years ago
Hm. We just re-merged audiotags2 into audiotags and there were a lot of changes.
I think these unwraps may be still there - I have to check
Please feel free to send a PR to fix and put some erroring if you find panic'y unwraps
currently, extensions are handled like this:
Which could panic due to the
unwrap()
. astry_from_ext
already handles extensions, maybe we couldunwrap_or
into an emptyOsStr
or use?
?