diff --git a/wobuzz/ui/playlist.py b/wobuzz/ui/playlist.py index f7ad825..6965c33 100644 --- a/wobuzz/ui/playlist.py +++ b/wobuzz/ui/playlist.py @@ -118,9 +118,6 @@ class PlaylistView(QTreeWidget): self.app.player.play_track_in_playlist(index) def on_track_change(self, previous_track, track): - # remove playing mark from first track bc it may not be in the history - #self.topLevelItem(0).setIcon(0, QIcon(None)) - # unmark the previous track and mark the current track as playing if previous_track: for item in previous_track.items: