Remove current track highlighting when track ends
This commit is contained in:
parent
00c9509c12
commit
5d61b514b5
@ -333,6 +333,7 @@ class Playlist(QTableWidget):
|
||||
def play_stopped(self):
|
||||
self._meta_clear_current()
|
||||
self.current_track_start_time = None
|
||||
self._repaint(save_playlist=False)
|
||||
|
||||
def populate(self):
|
||||
# add them in row order. We don't mandate that an item will be
|
||||
|
||||
Loading…
Reference in New Issue
Block a user