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: artist-disco service when album is set to null #204

Merged
merged 2 commits into from
Jan 2, 2024

Conversation

cdrani
Copy link
Owner

@cdrani cdrani commented Jan 2, 2024

PR aims to fix issue on Artist Discography playlist creation. The unique scenario mentioned in the issue was due to an artist like "Steppenwolf" having exactly 20 albums + singles combined, which results in two grouped album infos. One group would contain the 20 albums + singles array, but the second group would return an array with a single item set to null ([null]), which was not accounted for as it was yet to been seen.

closes #203

@cdrani cdrani added the bug Something isn't working label Jan 2, 2024
@cdrani cdrani changed the title fix: artist-disco when albums + singles = 20 fix: artist-disco service when album is set to null Jan 2, 2024
@cdrani cdrani merged commit a73b231 into develop Jan 2, 2024
@cdrani cdrani deleted the fix/artist-playlist-create branch January 2, 2024 23:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Released
Development

Successfully merging this pull request may close these issues.

Discography doesnt work on one group.
1 participant