From 70f693a86b32525af2b49c71630366ac72907d10 Mon Sep 17 00:00:00 2001 From: Keith Edmunds Date: Thu, 3 Jun 2021 21:11:24 +0100 Subject: [PATCH] Enable play controls on Stop. Fixes #7 --- app/musicmuster.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/musicmuster.py b/app/musicmuster.py index 4e3c3ce..441245a 100755 --- a/app/musicmuster.py +++ b/app/musicmuster.py @@ -470,6 +470,7 @@ class Window(QMainWindow, Ui_MainWindow): DEBUG("musicmuster.stop()") self.stop_playing(fade=False) + self.enable_play_next_controls() def stop_playing(self, fade=True): "Stop playing current track"