fix typo
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Sun, 27 Sep 2020 07:04:53 +0000 (09:04 +0200)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Sun, 27 Sep 2020 07:04:53 +0000 (09:04 +0200)
music_assistant/player_manager.py

index 67913a8a7f51911a0a8c1d81484b9980ce541a51..2b2f8172f2176b573354aae1d5881decb2cdb603 100755 (executable)
@@ -221,7 +221,7 @@ class PlayerManager:
                 conf.get(CONF_POWER_CONTROL),
                 conf.get(CONF_VOLUME_CONTROL),
             ]:
-                player.update_state()
+                await self.async_trigger_player_update(player.player_id)
 
     # SERVICE CALLS / PLAYER COMMANDS