mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 01:15:55 +03:00
[PR #798] [MERGED] Parameterize SeekForward and SeekBackward commands #884
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#884
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/798
Author: @Valkyrja-Design
Created: 8/6/2025
Status: ✅ Merged
Merged: 8/31/2025
Merged by: @aome510
Base:
master← Head:parameterized-seek📝 Commits (3)
5a4d315ParameterizeSeekForwardandSeekBackwardcommandsd7fcef5Make command descriptions more precisefc9b7f6Merge remote-tracking branch 'origin/master' into parameterized-seek📊 Changes
5 files changed (+24 additions, -12 deletions)
View changed files
📝
README.md(+2 -2)📝
docs/config.md(+6 -0)📝
spotify_player/src/command.rs(+8 -4)📝
spotify_player/src/config/keymap.rs(+2 -2)📝
spotify_player/src/event/mod.rs(+6 -4)📄 Description
Resolves #724
They now accept an optional
durationparameter to specify the seek duration in seconds. If it is not provided,seek_duration_secsfromapp.tomlis used as the default.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.