mirror of
https://github.com/devgianlu/go-librespot.git
synced 2026-04-26 05:15:49 +03:00
[PR #217] [MERGED] fix: use next from the set_queue command to retain queue order #252
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#252
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/217
Author: @tooxo
Created: 9/19/2025
Status: ✅ Merged
Merged: 9/19/2025
Merged by: @devgianlu
Base:
master← Head:queue📝 Commits (2)
de5e6f0fix: use next from the set_queue command to retain queue order8538ec6fix: adapt for if the currently playing song was queued📊 Changes
3 files changed (+42 additions, -18 deletions)
View changed files
📝
cmd/daemon/controls.go(+7 -7)📝
cmd/daemon/player.go(+1 -1)📝
tracks/tracks.go(+34 -10)📄 Description
See: #216
Not entirely sure, if the "nil-by-default" parameter is how one would do this in go, but this seemed to be the simplest solution to me.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.