Clear current track header at end of track

This commit is contained in:
Keith Edmunds 2021-05-02 16:55:59 +01:00
parent 1c9c82cc1c
commit f54955c43a

View File

@ -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()