From e60e7c2861ecae52747300b70a427ef7478bdcb0 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 695ba7e..7a29181 100644 --- a/backend/playbackengine.go +++ b/backend/playbackengine.go @@ -613,6 +613,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 {