forked from Wobbl/Wobuzz
Removed an unnecessary line that was already commented out.
This commit is contained in:
parent
519b2d0adb
commit
a48602d379
1 changed files with 0 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue