remove obsolete comment
This commit is contained in:
@@ -240,7 +240,6 @@ func (p *PlaybackManager) OnTrackRatingChanged(id string, rating int) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// trackIdxs must be sorted
|
|
||||||
func (p *PlaybackManager) RemoveTracksFromQueue(trackIDs []string) {
|
func (p *PlaybackManager) RemoveTracksFromQueue(trackIDs []string) {
|
||||||
newQueue := make([]*mediaprovider.Track, 0, len(p.playQueue)-len(trackIDs))
|
newQueue := make([]*mediaprovider.Track, 0, len(p.playQueue)-len(trackIDs))
|
||||||
rmCount := 0
|
rmCount := 0
|
||||||
|
|||||||
Reference in New Issue
Block a user