[PR #340] [CLOSED] Fix playback not updating when daemon playback changes #1658

Closed
opened 2026-03-14 15:25:58 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/aome510/spotify-player/pull/340
Author: @brandon-doornbos
Created: 1/21/2024
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • 27833cd Fix playback not updating when daemon playback changes

📊 Changes

1 file changed (+7 additions, -1 deletions)

View changed files

📝 spotify_player/src/client/mod.rs (+7 -1)

📄 Description

To reproduce:

  1. Run spotify-player as a daemon (spotify_player -d)
  2. Connect to it with another spotify-player process (spotify-player) with playback_refresh_duration_in_ms > 0
  3. Change the playback of the daemon via the terminal (spotify_player playback shuffle)
  4. See that the shuffle state only changes in the open process when we manually reload the playback (press r) or on a new track

🔄 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/340 **Author:** [@brandon-doornbos](https://github.com/brandon-doornbos) **Created:** 1/21/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`27833cd`](https://github.com/aome510/spotify-player/commit/27833cd0eb02d72dc62c161c5cebb8981c0d09da) Fix playback not updating when daemon playback changes ### 📊 Changes **1 file changed** (+7 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `spotify_player/src/client/mod.rs` (+7 -1) </details> ### 📄 Description To reproduce: 1. Run spotify-player as a daemon (`spotify_player -d`) 2. Connect to it with another spotify-player process (`spotify-player`) with `playback_refresh_duration_in_ms` > 0 3. Change the playback of the daemon via the terminal (`spotify_player playback shuffle`) 4. See that the shuffle state only changes in the open process when we manually reload the playback (press `r`) or on a new track --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-14 15:25:58 +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#1658
No description provided.