mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[PR #807] [CLOSED] Fixed Audio Issues and Login5 token #1825
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#1825
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/807
Author: @bbzylstra
Created: 8/24/2025
Status: ❌ Closed
Base:
master← Head:master📝 Commits (5)
b7b59cemoved to login5 for token aquisition + integrated some changes from https://github.com/KUHLwasStolen/spotify-player/ to get audio workinga1d7e67Updated cargo dependencies and brought token.rs syntax in line with other functions0647248updated librespot to 0.7.00246e16Added extra scopes back to auth.rscf5f1e5Fixed formatting issues📊 Changes
6 files changed (+541 additions, -1044 deletions)
View changed files
📝
Cargo.lock(+510 -1013)📝
spotify_player/Cargo.toml(+5 -5)📝
spotify_player/src/auth.rs(+11 -6)📝
spotify_player/src/client/mod.rs(+1 -1)📝
spotify_player/src/streaming.rs(+7 -4)📝
spotify_player/src/token.rs(+7 -15)📄 Description
Fixes the login authentication issue https://github.com/aome510/spotify-player/issues/802 and pulls in some audio fixes for https://github.com/aome510/spotify-player/issues/796 from @KUHLwasStolen patch https://github.com/KUHLwasStolen/spotify-player/tree/librespot-temporary-hotfix. @KUHLwasStolen can do a PR to integrate his changes first.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.