[PR #73] [MERGED] Add "add-track-to-queue" support #617

Closed
opened 2026-03-02 23:49:03 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/aome510/spotify-player/pull/73
Author: @aome510
Created: 8/20/2022
Status: Merged
Merged: 8/20/2022
Merged by: @aome510

Base: masterHead: add-queue-support


📝 Commits (3)

  • fb09922 add ClientRequest::AddTrackToQueue and its handler
  • 6a9983c use command::construct_track_actions to reduce code duplication
  • 3cc6ac3 run cargo fmt

📊 Changes

5 files changed (+37 additions, -51 deletions)

View changed files

📝 spotify_player/src/client/mod.rs (+8 -0)
📝 spotify_player/src/command.rs (+19 -0)
📝 spotify_player/src/event/mod.rs (+4 -19)
📝 spotify_player/src/event/popup.rs (+4 -0)
📝 spotify_player/src/event/window.rs (+2 -32)

📄 Description

Changes

  • add ClientRequest::AddTrackToQueue
  • add TrackAction::AddToQueue
  • code refactor

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/aome510/spotify-player/pull/73 **Author:** [@aome510](https://github.com/aome510) **Created:** 8/20/2022 **Status:** ✅ Merged **Merged:** 8/20/2022 **Merged by:** [@aome510](https://github.com/aome510) **Base:** `master` ← **Head:** `add-queue-support` --- ### 📝 Commits (3) - [`fb09922`](https://github.com/aome510/spotify-player/commit/fb0992291bfba3307ba8afbd7baff672918442b2) add `ClientRequest::AddTrackToQueue` and its handler - [`6a9983c`](https://github.com/aome510/spotify-player/commit/6a9983ce191b1c57ac0ef97611a474245d096b17) use `command::construct_track_actions` to reduce code duplication - [`3cc6ac3`](https://github.com/aome510/spotify-player/commit/3cc6ac3b8564e54b9efed6c64e370879c34294a8) run `cargo fmt` ### 📊 Changes **5 files changed** (+37 additions, -51 deletions) <details> <summary>View changed files</summary> 📝 `spotify_player/src/client/mod.rs` (+8 -0) 📝 `spotify_player/src/command.rs` (+19 -0) 📝 `spotify_player/src/event/mod.rs` (+4 -19) 📝 `spotify_player/src/event/popup.rs` (+4 -0) 📝 `spotify_player/src/event/window.rs` (+2 -32) </details> ### 📄 Description ## Changes - add `ClientRequest::AddTrackToQueue` - add `TrackAction::AddToQueue` - code refactor --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 23:49:03 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotify-player#617
No description provided.