mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 17:35:50 +03:00
[PR #719] [MERGED] fix playlist folders sorting #1787
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#1787
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/719
Author: @aNNiMON
Created: 5/11/2025
Status: ✅ Merged
Merged: 5/13/2025
Merged by: @aome510
Base:
master← Head:fix-folders-sort📝 Commits (1)
baf0718fix playlist folders sorting📊 Changes
1 file changed (+17 additions, -4 deletions)
View changed files
📝
spotify_player/src/event/page.rs(+17 -4)📄 Description
The current library sort action doesn't take playlist folders into account, resulting in a panic in
smallsort::panic_on_ord_violation. This PR fixes that.I also added priority for folders. Because otherwise it brings the up level item to the end:
https://github.com/user-attachments/assets/eb0e99bf-7f1d-45c4-8a5c-ad58db16a3df
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.