mirror of
https://github.com/devgianlu/go-librespot.git
synced 2026-04-26 13:25:49 +03:00
[GH-ISSUE #216] Reordering the queue on android does not work #141
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#141
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?
Originally created by @tooxo on GitHub (Sep 19, 2025).
Original GitHub issue: https://github.com/devgianlu/go-librespot/issues/216
Reodering the queue on android leads to the order being reverted instantly. This only happens with "next playing" tracks, and not with manually queued tracks. This happens because the new order of the other tracks is discarded by
p.state.tracks.PrevTracks()andp.state.player.NextTracks()