fix typo
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Sun, 20 Sep 2020 08:54:55 +0000 (10:54 +0200)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Sun, 20 Sep 2020 08:54:55 +0000 (10:54 +0200)
music_assistant/constants.py
music_assistant/providers/chromecast/player.py

index 6bc59998ac0bc5e747aebc8faf50aab9cfa4abc4..17211c61d8e8ea2a19cf40d623dc089d2b7c9494 100755 (executable)
@@ -1,6 +1,6 @@
 """All constants for Music Assistant."""
 
-__version__ = "0.0.40"
+__version__ = "0.0.41"
 REQUIRED_PYTHON_VER = "3.7"
 
 CONF_USERNAME = "username"
index 56c3b4e081a7993f136833d05c48e69fd4f1ec60..fe37788a86cc3e2ca1d27210879ad0fb4b57e117 100644 (file)
@@ -442,4 +442,5 @@ class SuppressChromeCastError(suppress):
                 "Chromecast client %s is not connected, ignoring command...",
                 self.player_id,
             )
+            return True
         return exctype is None