mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 17:35:50 +03:00
[PR #33] [MERGED] Change client/device reconnect logic #1527
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#1527
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/33
Author: @aome510
Created: 3/6/2022
Status: ✅ Merged
Merged: 3/6/2022
Merged by: @aome510
Base:
master← Head:change-reconnect-logic📝 Commits (4)
2a6ce0drequire the reconnect flow to be explicitae797echandle no playback on startup767ee50makespirc::new_connectionnon-asynca190a63handle client reconnection when reconnecting an integrated client📊 Changes
7 files changed (+140 additions, -91 deletions)
View changed files
📝
spotify_player/src/client/handlers.rs(+10 -12)📝
spotify_player/src/client/mod.rs(+48 -41)📝
spotify_player/src/event/mod.rs(+0 -1)📝
spotify_player/src/event/popup.rs(+6 -1)📝
spotify_player/src/main.rs(+55 -28)📝
spotify_player/src/spirc.rs(+11 -8)📝
spotify_player/src/ui/mod.rs(+10 -0)📄 Description
Brief description of changes
PlayerRequest::Reconnectand made the reconnect flow explicit, e.g require users to manually reconnect instead of automatically making a reconnect request if no playback found.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.