From f54955c43a7df89481b235759f5d3f0ca67e618e Mon Sep 17 00:00:00 2001 From: Keith Edmunds Date: Sun, 2 May 2021 16:55:59 +0100 Subject: [PATCH] Clear current track header at end of track --- app/musicmuster.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/musicmuster.py b/app/musicmuster.py index fe11c28..2f93ddf 100755 --- a/app/musicmuster.py +++ b/app/musicmuster.py @@ -413,6 +413,7 @@ class Window(QMainWindow, Ui_MainWindow): self.frame_silent.setStyleSheet("") self.playing = False self.previous_track = self.current_track + self.current_track = None self.previous_track_position = 0 self.current_playlist().stopped_playing() self.update_headers()