fix typo
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Sun, 11 Oct 2020 00:47:28 +0000 (02:47 +0200)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Sun, 11 Oct 2020 00:47:28 +0000 (02:47 +0200)
music_assistant/constants.py
music_assistant/providers/chromecast/player.py

index 8f9a4e3319ea5f45af021b9516a6fa610d85d90a..7c469c24553943557a5fc8968dcd711ef6c118e0 100755 (executable)
@@ -1,6 +1,6 @@
 """All constants for Music Assistant."""
 
-__version__ = "0.0.55"
+__version__ = "0.0.56"
 REQUIRED_PYTHON_VER = "3.7"
 
 # configuration keys/attributes
index 7349a15a46b5c66894584e04216fea93e5df9796..cc7b733e9452f5f7b582aa49f491b8082128114c 100644 (file)
@@ -482,7 +482,7 @@ class ChromecastPlayer(Player):
         else:
             send_queue()
 
-    async def __try_chromecast_command(self, func, *args, **kwargs):
+    def __try_chromecast_command(self, func, *args, **kwargs):
         """Try to execute Chromecast command."""
         self.mass.add_job(self.__async_try_chromecast_command(func, *args, **kwargs))