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