TianyiShi2001 / audiotags

Unified IO for different types of audio metadata
https://tianyishi2001.github.io/audiotags
MIT License
41 stars 29 forks source link

Error when converting ID3v2Tag to AnyTag #36

Closed aybruh00 closed 9 months ago

aybruh00 commented 10 months ago

When the mp3 file being parsed has no duration tag (TLEN), calling AnyTag::from(inp: &'a Id3v2Tag) results in unwrap being called on None option.