mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[PR #429] [MERGED] Add album to queue action #1693
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#1693
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/429
Author: @nikosavola
Created: 4/24/2024
Status: ✅ Merged
Merged: 4/26/2024
Merged by: @aome510
Base:
master← Head:407-add-album-to-queue📝 Commits (3)
c22967bAdd album to queue action2de1559Try supporting keymapping Z to add Album to queue4fa0d2ffix build📊 Changes
6 files changed (+26 additions, -2 deletions)
View changed files
📝
spotify_player/src/client/mod.rs(+10 -0)📝
spotify_player/src/client/request.rs(+1 -0)📝
spotify_player/src/command.rs(+2 -0)📝
spotify_player/src/event/page.rs(+4 -2)📝
spotify_player/src/event/popup.rs(+4 -0)📝
spotify_player/src/event/window.rs(+5 -0)📄 Description
Hi @aome510,
I'm new to Rust bu tried implementing the Add album to queue action but could not get the development version working locally. I'm left with a blank screen when running the binary even from master after
cargo build. Do you need to do something else or is the master failing? I have a release version authenticated with spotify and working.Are there any additional places we need to add
AddAlbumToQueue,AddToQueueand theAddSelectedItemToQueuefor supporting keymapped queue.Drafted until ready.
Closes #407
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.