mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[PR #809] [MERGED] Make Spotify Connect integration work with new authentication changes #888
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#888
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/809
Author: @aome510
Created: 8/25/2025
Status: ✅ Merged
Merged: 8/25/2025
Merged by: @aome510
Base:
master← Head:spotify-connect-support📝 Commits (4)
9077104cleanup auth codesf4ab87dwip8bfca1fcleanupde91671update doc📊 Changes
15 files changed (+229 additions, -213 deletions)
View changed files
📝
Cargo.lock(+37 -8)📝
README.md(+71 -67)📝
docs/config.md(+2 -4)📝
examples/app.toml(+0 -1)📝
spotify_player/Cargo.toml(+1 -1)📝
spotify_player/src/auth.rs(+19 -18)📝
spotify_player/src/cli/client.rs(+11 -11)📝
spotify_player/src/cli/handlers.rs(+3 -2)📝
spotify_player/src/client/handlers.rs(+1 -1)📝
spotify_player/src/client/mod.rs(+54 -41)📝
spotify_player/src/client/spotify.rs(+2 -20)📝
spotify_player/src/config/mod.rs(+4 -5)📝
spotify_player/src/main.rs(+4 -3)📝
spotify_player/src/streaming.rs(+2 -2)📝
spotify_player/src/token.rs(+18 -29)📄 Description
Resolves #804
client_idgeneral config to be optional🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
0key not working in popups #9190key not working in popups #1856