[PR #868] [MERGED] Update librespot dependencies to v0.8.0 #904

Closed
opened 2026-03-03 00:01:22 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/aome510/spotify-player/pull/868
Author: @Douglas019BR
Created: 11/11/2025
Status: Merged
Merged: 11/12/2025
Merged by: @aome510

Base: masterHead: fix/issue864-tracksSkippingWithoutPlaying


📝 Commits (3)

  • a194c76 Update librespot dependencies to v0.8.0
  • d8a3325 refactor: remove unnecessary track_id rename in PlayerEvent conversion
  • 108a52d cleanup

📊 Changes

6 files changed (+73 additions, -91 deletions)

View changed files

📝 Cargo.lock (+38 -61)
📝 spotify_player/Cargo.toml (+5 -5)
📝 spotify_player/src/client/mod.rs (+14 -8)
📝 spotify_player/src/state/model.rs (+1 -1)
📝 spotify_player/src/streaming.rs (+13 -13)
📝 spotify_player/src/ui/page.rs (+2 -3)

📄 Description

  • Updated all librespot-* dependencies from 0.7.1 to 0.8.0
  • Updated client/mod.rs to use SpotifyUri instead of SpotifyId for lyrics
  • Updated streaming.rs to use spotify_uri and handle new API changes
  • Fixed PlayerEvent handling to use track_uri parameter names
  • Tested compilation and basic functionality

The solution was provided in https://github.com/aome510/spotify-player/issues/864#issuecomment-3506300560 by @Alexander3a. I just created the PR to help people listen to music faster. If the maintainers prefer to close my PR and wait for Alexander3a to open theirs, I’m okay with that.

Resolves #864
Resolves #866


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/aome510/spotify-player/pull/868 **Author:** [@Douglas019BR](https://github.com/Douglas019BR) **Created:** 11/11/2025 **Status:** ✅ Merged **Merged:** 11/12/2025 **Merged by:** [@aome510](https://github.com/aome510) **Base:** `master` ← **Head:** `fix/issue864-tracksSkippingWithoutPlaying` --- ### 📝 Commits (3) - [`a194c76`](https://github.com/aome510/spotify-player/commit/a194c76014edd53aaa7c3bf2c3ad6630c636beeb) Update librespot dependencies to v0.8.0 - [`d8a3325`](https://github.com/aome510/spotify-player/commit/d8a33250ebda33a1d8c36981f1c5aff8883d8506) refactor: remove unnecessary track_id rename in PlayerEvent conversion - [`108a52d`](https://github.com/aome510/spotify-player/commit/108a52d73fbcd6c2247a0965a89de27a147bb91c) cleanup ### 📊 Changes **6 files changed** (+73 additions, -91 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+38 -61) 📝 `spotify_player/Cargo.toml` (+5 -5) 📝 `spotify_player/src/client/mod.rs` (+14 -8) 📝 `spotify_player/src/state/model.rs` (+1 -1) 📝 `spotify_player/src/streaming.rs` (+13 -13) 📝 `spotify_player/src/ui/page.rs` (+2 -3) </details> ### 📄 Description - Updated all librespot-* dependencies from 0.7.1 to 0.8.0 - Updated client/mod.rs to use SpotifyUri instead of SpotifyId for lyrics - Updated streaming.rs to use spotify_uri and handle new API changes - Fixed PlayerEvent handling to use track_uri parameter names - Tested compilation and basic functionality The solution was provided in https://github.com/aome510/spotify-player/issues/864#issuecomment-3506300560 by [@Alexander3a](https://github.com/Alexander3a). I just created the PR to help people listen to music faster. If the maintainers prefer to close my PR and wait for Alexander3a to open theirs, I’m okay with that. Resolves #864 Resolves #866 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 00:01:22 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotify-player#904
No description provided.