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

New UI for displaying album with multiple discs on Spotify search result #1740

Merged
merged 4 commits into from
Nov 26, 2024

Conversation

kedij777
Copy link
Contributor

@kedij777 kedij777 commented Nov 26, 2024

Current Behavior

#1671
In the current UI, multi-CD albums are displayed in a single, continuous track list. Each track from every CD is shown sequentially without any indication of which CD it belongs to, creating potential confusion for the user. Tracks across different CDs are appended in a single list, resulting in duplicate track numbers (e.g. 1st track in both CD 1 and CD 2 are labeled with 1).

New Behavior

@rishiral and I implemented a distinct list for each CD within the album for spotify search result, effectively dividing the album view by CD and ensuring each CD starts from track number 1. UI remained unchanged for album search using other API.
Album_with_multiple_discs

@nukeop
Copy link
Owner

nukeop commented Nov 26, 2024

Hey, thank you for contributing. I see that you've modified the existing tests to take this change into account. Since CI passes, I'm going to merge it now. Thanks again, this covers something we've missed with Spotify.

@nukeop nukeop merged commit 34ec5dd into nukeop:master Nov 26, 2024
8 checks passed
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.

3 participants