remove obsolete comment

This commit is contained in:
Drew Weymouth
2023-06-03 08:43:32 -07:00
committed by GitHub
parent 17f9370e0a
commit 6d555bc8b8
-1
View File
@@ -240,7 +240,6 @@ func (p *PlaybackManager) OnTrackRatingChanged(id string, rating int) {
}
}
// trackIdxs must be sorted
func (p *PlaybackManager) RemoveTracksFromQueue(trackIDs []string) {
newQueue := make([]*mediaprovider.Track, 0, len(p.playQueue)-len(trackIDs))
rmCount := 0