todo comments

This commit is contained in:
Siiiiinth
2026-02-15 09:28:38 -08:00
committed by Drew Weymouth
parent f010ef0272
commit 9874ca8c06
+1
View File
@@ -610,6 +610,7 @@ func (p *playbackEngine) RemoveTracksFromQueue(idxs []int) {
newQueue = append(newQueue, tr) newQueue = append(newQueue, tr)
} }
} }
//TODO_SHUFFLE: Removing a track should remove from both shuffled and unshuffled queue
p.setPlayQueue(newQueue) p.setPlayQueue(newQueue)
p.nowPlayingIdx = newNowPlaying p.nowPlayingIdx = newNowPlaying
if isPlayingTrackRemoved { if isPlayingTrackRemoved {