From 513226699e5cb5776bd71ee6bb2ada87a43c4dee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Thu, 21 Jul 2016 23:25:09 +0200 Subject: Fix master volume fade --- helpers/action.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'helpers/action.py') diff --git a/helpers/action.py b/helpers/action.py index 247e0a9..eaa419b 100644 --- a/helpers/action.py +++ b/helpers/action.py @@ -95,6 +95,8 @@ class Action: if previous is not None: previous.stop(fade_out=fade_out) previous = music + else: + music.stop(fade_out=fade_out) if previous is not None: previous.stop(fade_out=fade_out, wait=wait) -- cgit v1.2.3