mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#1703
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/aome510/spotify-player/pull/474
Author: @DOD-101
Created: 6/25/2024
Status: ✅ Merged
Merged: 6/28/2024
Merged by: @aome510
Base:
master← Head:master📝 Commits (3)
92a49dafix #464 by removing code to filter duplicatesef66da9Display full date next to Albums on Artist page9668b11Merge branch 'aome510:master' into master📊 Changes
2 files changed (+3 additions, -11 deletions)
View changed files
📝
spotify_player/src/client/mod.rs(+2 -10)📝
spotify_player/src/ui/page.rs(+1 -1)📄 Description
fixes #464
This PR removes the code previously responsible for filtering out duplicate album names, which had caused #464.
I have decided to not any additional text to signal the difference between the albums with the same name as:
This PR however doesn't entirely fix the bug described in the issue, as it seems that this is an upstream issue. The Spotify API doesn't return both copies of the album "Revelations" by "Audioslave" and accordingly the Spotify Client has the exact same behavior as spotfiy_player. But now the two versions of Original Fire show up as they should.
Spotify response sample:
jq '.items[].name' response.json🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.