mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 01:15:55 +03:00
[PR #130] [MERGED] Queue feature improvements #635
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#635
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/130
Author: @aome510
Created: 2/12/2023
Status: ✅ Merged
Merged: 2/12/2023
Merged by: @aome510
Base:
master← Head:add-more-commands📝 Commits (4)
a6ec54baddAddSelectedItemToQueuecommand0577165support auto-updating player's queuea630c9ccategorize the player event handlers into "low-frequency" and "high-frequency"9a4e8e8cleanup📊 Changes
6 files changed (+95 additions, -26 deletions)
View changed files
📝
README.md(+1 -0)📝
spotify_player/src/client/handlers.rs(+81 -26)📝
spotify_player/src/command.rs(+2 -0)📝
spotify_player/src/config/keymap.rs(+4 -0)📝
spotify_player/src/event/window.rs(+6 -0)📝
spotify_player/src/main.rs(+1 -0)📄 Description
Resolves #125
Changes
AddSelectedItemToQueuecommand🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.