From 5d61b514b554bfaa5ce149b2b4687eca36f14a6d Mon Sep 17 00:00:00 2001 From: Keith Edmunds Date: Sun, 30 May 2021 19:48:26 +0100 Subject: [PATCH] Remove current track highlighting when track ends --- app/playlists.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/playlists.py b/app/playlists.py index 40e951d..e59aa7a 100644 --- a/app/playlists.py +++ b/app/playlists.py @@ -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