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

Fix class mismatch #832

Merged
merged 1 commit into from
Aug 8, 2023
Merged

Fix class mismatch #832

merged 1 commit into from
Aug 8, 2023

Conversation

jozefKruszynski
Copy link
Contributor

When going to album details from global search, there is a TypeError raised. Even though the Tidal API claims to return strings for IDs, the parsed IDs are in fact of type int. Adding an str()cast to all parsers in Tidal Provider

@marcelveldt marcelveldt merged commit cd64dff into main Aug 8, 2023
@marcelveldt marcelveldt deleted the fix/ensure-str-cast-during-parsing branch August 8, 2023 12:30
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 this pull request may close these issues.

2 participants