[PR #807] [CLOSED] Fixed Audio Issues and Login5 token #886

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

📋 Pull Request Information

Original PR: https://github.com/aome510/spotify-player/pull/807
Author: @bbzylstra
Created: 8/24/2025
Status: Closed

Base: masterHead: master


📝 Commits (5)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/aome510/spotify-player/pull/807 **Author:** [@bbzylstra](https://github.com/bbzylstra) **Created:** 8/24/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (5) - [`b7b59ce`](https://github.com/aome510/spotify-player/commit/b7b59cef9e9def7f3fcd3f83d6873e51b2eace4e) moved to login5 for token aquisition + integrated some changes from https://github.com/KUHLwasStolen/spotify-player/ to get audio working - [`a1d7e67`](https://github.com/aome510/spotify-player/commit/a1d7e67343539b5b29b15ddc0a68f09933f0c3b1) Updated cargo dependencies and brought token.rs syntax in line with other functions - [`0647248`](https://github.com/aome510/spotify-player/commit/06472485c4b8acb1dee47e23439d100baef08f9d) updated librespot to 0.7.0 - [`0246e16`](https://github.com/aome510/spotify-player/commit/0246e165ed7313b36fc7ee03b97384872cc731a3) Added extra scopes back to auth.rs - [`cf5f1e5`](https://github.com/aome510/spotify-player/commit/cf5f1e50828b29967eff5e7dc305d0a0578daa13) Fixed formatting issues ### 📊 Changes **6 files changed** (+541 additions, -1044 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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. --- <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:18 +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#886
No description provided.