mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[PR #808] [MERGED] Upgrade librespot to 0.7.0, fixing audio, authentication, DNS lookup issues #1823
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#1823
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/808
Author: @aome510
Created: 8/24/2025
Status: ✅ Merged
Merged: 8/24/2025
Merged by: @aome510
Base:
master← Head:pr-807📝 Commits (7)
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 issuesab49505cleanupf4d9098fix clippy📊 Changes
11 files changed (+548 additions, -1077 deletions)
View changed files
📝
Cargo.lock(+510 -1013)📝
spotify_player/Cargo.toml(+5 -5)📝
spotify_player/src/auth.rs(+9 -6)📝
spotify_player/src/client/mod.rs(+1 -1)📝
spotify_player/src/config/mod.rs(+0 -2)📝
spotify_player/src/event/clipboard.rs(+1 -1)📝
spotify_player/src/state/ui/page.rs(+1 -1)📝
spotify_player/src/streaming.rs(+7 -4)📝
spotify_player/src/token.rs(+7 -34)📝
spotify_player/src/ui/page.rs(+6 -9)📝
spotify_player/src/utils.rs(+1 -1)📄 Description
Resolves #802
Resolves #799
Resolves #796
Resolves #787
This PR was based on #807 with a few updates
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.