Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when converting ID3v2Tag to AnyTag #36

Closed
aybruh00 opened this issue Oct 28, 2023 · 0 comments · Fixed by #37
Closed

Error when converting ID3v2Tag to AnyTag #36

aybruh00 opened this issue Oct 28, 2023 · 0 comments · Fixed by #37

Comments

@aybruh00
Copy link
Contributor

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.

@aybruh00 aybruh00 changed the title Error when converting ID3 to ANYTAG Error when converting ID3v2Tag to AnyTag Oct 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant