mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[PR #410] [MERGED] Add fake track repeat mode #752
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#752
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/410
Author: @aome510
Created: 4/15/2024
Status: ✅ Merged
Merged: 4/16/2024
Merged by: @aome510
Base:
master← Head:fake-track-repeat📝 Commits (6)
476cc64refactor player event handling codesf1fa6a7update queue state upon adding new track to queue2286933revert "update queue state upon adding a new track to queue"3aac4dehandle player event for fake track repeat mode07d8a3fadd command to toggle fake track repeat mode3836e37cleanup📊 Changes
8 files changed (+170 additions, -154 deletions)
View changed files
📝
README.md(+1 -0)📝
spotify_player/src/client/handlers.rs(+130 -133)📝
spotify_player/src/client/mod.rs(+12 -13)📝
spotify_player/src/command.rs(+2 -0)📝
spotify_player/src/config/keymap.rs(+4 -0)📝
spotify_player/src/event/mod.rs(+6 -0)📝
spotify_player/src/state/model.rs(+6 -0)📝
spotify_player/src/ui/playback.rs(+9 -8)📄 Description
Resolves #247
Changes
ToggleFakeTrackRepeatModecommand (default binding:M-r)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
Permission denied { Response status code: 403 Forbidden }on lyrics page after a while #1382