From 9874ca8c0686e4572311638d284ea296cd9fa56a Mon Sep 17 00:00:00 2001 From: Siiiiinth <60766886+Siiiiinth@users.noreply.github.com> Date: Tue, 27 Jan 2026 14:00:29 +0100 Subject: [PATCH] todo comments --- backend/playbackengine.go | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/playbackengine.go b/backend/playbackengine.go index 6f02258..0b8ae86 100644 --- a/backend/playbackengine.go +++ b/backend/playbackengine.go @@ -610,6 +610,7 @@ func (p *playbackEngine) RemoveTracksFromQueue(idxs []int) { newQueue = append(newQueue, tr) } } + //TODO_SHUFFLE: Removing a track should remove from both shuffled and unshuffled queue p.setPlayQueue(newQueue) p.nowPlayingIdx = newNowPlaying if isPlayingTrackRemoved {