[PR #76] [MERGED] Add seek commands #618

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

📋 Pull Request Information

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

Base: masterHead: add-seek-commands


📝 Commits (3)

  • 68085a6 add SeekForward and SeekBackward commands
  • 1a73b19 implement command handler for seek commands
  • d239057 update command description

📊 Changes

4 files changed (+31 additions, -1 deletions)

View changed files

📝 README.md (+2 -0)
📝 spotify_player/src/command.rs (+4 -0)
📝 spotify_player/src/config/keymap.rs (+8 -0)
📝 spotify_player/src/event/mod.rs (+17 -1)

📄 Description

Related: https://github.com/aome510/spotify-player/issues/74#issuecomment-1225087875


🔄 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/76 **Author:** [@aome510](https://github.com/aome510) **Created:** 8/30/2022 **Status:** ✅ Merged **Merged:** 8/30/2022 **Merged by:** [@aome510](https://github.com/aome510) **Base:** `master` ← **Head:** `add-seek-commands` --- ### 📝 Commits (3) - [`68085a6`](https://github.com/aome510/spotify-player/commit/68085a654dbed7aa12c8dfae22adfbe400cd3d73) add `SeekForward` and `SeekBackward` commands - [`1a73b19`](https://github.com/aome510/spotify-player/commit/1a73b1933971ea136e210fc2459b3b936489aaaa) implement command handler for seek commands - [`d239057`](https://github.com/aome510/spotify-player/commit/d239057699c1c98ae68d776847769f013c660083) update command description ### 📊 Changes **4 files changed** (+31 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -0) 📝 `spotify_player/src/command.rs` (+4 -0) 📝 `spotify_player/src/config/keymap.rs` (+8 -0) 📝 `spotify_player/src/event/mod.rs` (+17 -1) </details> ### 📄 Description **Related**: https://github.com/aome510/spotify-player/issues/74#issuecomment-1225087875 --- <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:04 +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#618
No description provided.