mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[PR #921] [MERGED] replace tokio blocking tasks with named threads #1858
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#1858
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/921
Author: @aome510
Created: 2/9/2026
Status: ✅ Merged
Merged: 2/9/2026
Merged by: @aome510
Base:
master← Head:use-thread📝 Commits (3)
3dc2134remove fake track repeat modee59a16freplace tokio blocking tasks with named threadsdadf62acleanup📊 Changes
12 files changed (+100 additions, -159 deletions)
View changed files
📝
README.md(+0 -1)📝
spotify_player/src/cli/client.rs(+23 -11)📝
spotify_player/src/cli/handlers.rs(+1 -4)📝
spotify_player/src/client/handlers.rs(+32 -66)📝
spotify_player/src/client/mod.rs(+0 -1)📝
spotify_player/src/command.rs(+0 -2)📝
spotify_player/src/config/keymap.rs(+0 -4)📝
spotify_player/src/event/mod.rs(+0 -6)📝
spotify_player/src/main.rs(+38 -52)📝
spotify_player/src/state/model.rs(+0 -6)📝
spotify_player/src/ui/page.rs(+5 -1)📝
spotify_player/src/ui/playback.rs(+1 -5)📄 Description
This PR also removes fake track repeat mode since
librespotalready supports it🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.