mirror of
https://github.com/devgianlu/go-librespot.git
synced 2026-04-26 05:15:49 +03:00
[PR #142] [CLOSED] API: Use prior volume updates as a reference for fast relative updates #230
Labels
No labels
bug
enhancement
pull-request
spotify-side
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/go-librespot#230
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/devgianlu/go-librespot/pull/142
Author: @2opremio
Created: 11/12/2024
Status: ❌ Closed
Base:
master← Head:use-local-vol-for-rel-changes📝 Commits (1)
3b9c0e3API: Use prior updates as a reference for fast relative updates📊 Changes
1 file changed (+15 additions, -3 deletions)
View changed files
📝
cmd/daemon/player.go(+15 -3)📄 Description
Fixes https://github.com/devgianlu/go-librespot/issues/141
I don't know if this is the best way to fix it, but what was happening is that the relative volume updates was using the player state which caused them to get stuck in the same value if they were more frequent than 1 second (the rate limited frequency with which Spotify is notified).
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.