[PR #4] [MERGED] Add back switch device command #1503

Closed
opened 2026-03-14 15:17:35 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/aome510/spotify-player/pull/4
Author: @aome510
Created: 8/23/2021
Status: Merged
Merged: 8/23/2021
Merged by: @aome510

Base: masterHead: add-back-switch-device-command


📝 Commits (2)

  • 3d265c0 add client_id as an application's config option
  • e83993b add back switch device command and its handlers

📊 Changes

10 files changed (+89 additions, -84 deletions)

View changed files

📝 README.md (+1 -0)
📝 doc/config.md (+10 -8)
📝 spotify_player/src/client.rs (+17 -16)
📝 spotify_player/src/command.rs (+2 -2)
📝 spotify_player/src/config/keymap.rs (+4 -4)
📝 spotify_player/src/config/mod.rs (+3 -0)
📝 spotify_player/src/event.rs (+24 -23)
📝 spotify_player/src/state/ui.rs (+3 -3)
📝 spotify_player/src/token.rs (+2 -5)
📝 spotify_player/src/ui/popup.rs (+23 -23)

📄 Description

Brief description of changes

  • add client_id as application config options
  • add back SwitchDevice command and its handlers

🔄 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/4 **Author:** [@aome510](https://github.com/aome510) **Created:** 8/23/2021 **Status:** ✅ Merged **Merged:** 8/23/2021 **Merged by:** [@aome510](https://github.com/aome510) **Base:** `master` ← **Head:** `add-back-switch-device-command` --- ### 📝 Commits (2) - [`3d265c0`](https://github.com/aome510/spotify-player/commit/3d265c079cff5719791468e29381646dbe9bc555) add `client_id` as an application's config option - [`e83993b`](https://github.com/aome510/spotify-player/commit/e83993b7c178439109dfd5d0d427ad8272803520) add back switch device command and its handlers ### 📊 Changes **10 files changed** (+89 additions, -84 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) 📝 `doc/config.md` (+10 -8) 📝 `spotify_player/src/client.rs` (+17 -16) 📝 `spotify_player/src/command.rs` (+2 -2) 📝 `spotify_player/src/config/keymap.rs` (+4 -4) 📝 `spotify_player/src/config/mod.rs` (+3 -0) 📝 `spotify_player/src/event.rs` (+24 -23) 📝 `spotify_player/src/state/ui.rs` (+3 -3) 📝 `spotify_player/src/token.rs` (+2 -5) 📝 `spotify_player/src/ui/popup.rs` (+23 -23) </details> ### 📄 Description **Brief description of changes** - add `client_id` as application config options - add back `SwitchDevice` command and its handlers --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-14 15:17:35 +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#1503
No description provided.