From a48602d3793f2b469c8b1aaeaa406dc8889445de Mon Sep 17 00:00:00 2001 From: EKNr1 Date: Sun, 26 Jan 2025 16:51:08 +0100 Subject: [PATCH] Removed an unnecessary line that was already commented out. --- wobuzz/ui/playlist.py | 3 --- 1 file changed, 3 deletions(-) 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: