mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 08:05:57 +03:00
[GH-ISSUE #818] Duplicate albums #340
Labels
No labels
bug
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-tui#340
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?
Originally created by @Hwatwasthat on GitHub (May 18, 2021).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/818
Seems to be the same as issue #17 . When I go to an artist, I get duplicates of some albums. Example. I noted that there was a solution for this in #19 , but I think it might have been lost when the app.country field was removed and placed in the app.user instead, later on. It should be set in the first render, as it sets a IOEvent::GetUser, but it's possible this isn't being updated properly, or the information returned isn't whats expected.