mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[PR #570] [MERGED] fix: switch to librespot 0.5.0 #1740
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#1740
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/570
Author: @w-lfchen
Created: 10/8/2024
Status: ✅ Merged
Merged: 10/28/2024
Merged by: @aome510
Base:
master← Head:fix/librespot-0.5.0-dev📝 Commits (10+)
aaefe67chore: switch to librespot dev branch96f74fbfix: migrate breaking changes439ad11fix: fix warnings9718d9afeat: begin implementing oautha502b08chore: automatically update dependencies302eae4Merge branch 'master' into fix/librespot-0.5.0-dev3c38a78chore: update librespot to 0.58142d2aMerge branch 'master' into fix/librespot-0.5.0-dev1544f57fix: use new sessiond08d71dsmall fixes (#1)📊 Changes
16 files changed (+2167 additions, -1426 deletions)
View changed files
📝
Cargo.lock(+1930 -1162)📝
README.md(+0 -4)📝
docs/config.md(+24 -23)📝
spotify_player/Cargo.toml(+21 -13)📝
spotify_player/src/auth.rs(+49 -90)📝
spotify_player/src/cli/handlers.rs(+5 -10)📝
spotify_player/src/client/mod.rs(+58 -28)📝
spotify_player/src/client/spotify.rs(+5 -10)📝
spotify_player/src/config/mod.rs(+8 -3)📝
spotify_player/src/main.rs(+18 -10)📝
spotify_player/src/state/model.rs(+4 -4)📝
spotify_player/src/streaming.rs(+25 -39)📝
spotify_player/src/token.rs(+7 -25)📝
spotify_player/src/ui/mod.rs(+1 -1)📝
spotify_player/src/ui/page.rs(+2 -2)📝
spotify_player/src/ui/playback.rs(+10 -2)📄 Description
closes #520
closes #579
closes #580
librespot v0.5.0Next step
client_id🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.