mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[PR #678] [CLOSED] Fixing bug when performing an action on an album #838
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#838
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/678
Author: @JohnOberhauser
Created: 2/7/2025
Status: ❌ Closed
Base:
master← Head:sort-fix📝 Commits (1)
6968e13Fixing bug when doing an action on an album when albums are sorted by types instead of date📊 Changes
3 files changed (+33 additions, -22 deletions)
View changed files
📝
spotify_player/src/event/window.rs(+12 -7)📝
spotify_player/src/ui/page.rs(+3 -15)📝
spotify_player/src/utils.rs(+18 -0)📄 Description
Fixing a bug where performing an action on an album can apply that action to the wrong album.
Introduced in my last PR https://github.com/aome510/spotify-player/pull/654
My original PR sorted the UI, but I didn't realize actions on albums happen based on the selected index (not the selected album). So I'm adding album sorting to the album event window as well.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
v0.21.1#894v0.21.1#1827