[PR #18] [MERGED] Implement show actions on the current track #1516

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

📋 Pull Request Information

Original PR: https://github.com/aome510/spotify-player/pull/18
Author: @aome510
Created: 10/22/2021
Status: Merged
Merged: 10/22/2021
Merged by: @aome510

Base: masterHead: implement-act-on-current-track


📝 Commits (3)

  • 75a44da remove BrowsePlayingTrack(Artist|Album) command, add ShowActionsOnCurrentTrack command
  • 737672f handle ShowActionsOnCurrentTrack command
  • 92f83ad update README, add the Actions section

📊 Changes

5 files changed (+58 additions, -72 deletions)

View changed files

📝 README.md (+44 -37)
📝 spotify_player/src/command.rs (+2 -6)
📝 spotify_player/src/config/keymap.rs (+4 -8)
📝 spotify_player/src/event/mod.rs (+7 -20)
📝 spotify_player/src/ui/popup.rs (+1 -1)

📄 Description

Brief description of changes

  • Use ShowActionsOnCurrentTrack to replace BrowsePlayingTrack(Artist|Album) commands

🔄 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/18 **Author:** [@aome510](https://github.com/aome510) **Created:** 10/22/2021 **Status:** ✅ Merged **Merged:** 10/22/2021 **Merged by:** [@aome510](https://github.com/aome510) **Base:** `master` ← **Head:** `implement-act-on-current-track` --- ### 📝 Commits (3) - [`75a44da`](https://github.com/aome510/spotify-player/commit/75a44da7f86096c10fcfd4acdcf2e99449d75ba8) remove `BrowsePlayingTrack(Artist|Album)` command, add `ShowActionsOnCurrentTrack` command - [`737672f`](https://github.com/aome510/spotify-player/commit/737672f7de078df6880b0f01076485cab8c2afa9) handle `ShowActionsOnCurrentTrack` command - [`92f83ad`](https://github.com/aome510/spotify-player/commit/92f83ad3f425e678f22f3c98743f8baf92b0a55d) update `README`, add the **Actions** section ### 📊 Changes **5 files changed** (+58 additions, -72 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+44 -37) 📝 `spotify_player/src/command.rs` (+2 -6) 📝 `spotify_player/src/config/keymap.rs` (+4 -8) 📝 `spotify_player/src/event/mod.rs` (+7 -20) 📝 `spotify_player/src/ui/popup.rs` (+1 -1) </details> ### 📄 Description ## Brief description of changes - Use `ShowActionsOnCurrentTrack` to replace `BrowsePlayingTrack(Artist|Album)` commands --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-14 15:18:07 +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#1516
No description provided.