todo comments
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user