From ca385dcf5404d0976c79ce8f433201a9200caf81 Mon Sep 17 00:00:00 2001 From: Keith Edmunds Date: Sat, 19 Mar 2022 23:24:42 +0000 Subject: [PATCH] Remove test function --- app/musicmuster.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/musicmuster.py b/app/musicmuster.py index 2dbb31c..2c4759f 100755 --- a/app/musicmuster.py +++ b/app/musicmuster.py @@ -518,8 +518,6 @@ class Window(QMainWindow, Ui_MainWindow): DEBUG("musicmuster.play_next(): no next track selected", True) return - self.kae() - with Session() as session: # If there's currently a track playing, fade it. self.stop_playing(fade=True)