todo comments

This commit is contained in:
Siiiiinth
2026-01-27 14:00:29 +01:00
parent 138c2ba162
commit e60e7c2861
+1
View File
@@ -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 {