Skip to content

Commit

Permalink
Update media_player.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aunefyren committed Jan 31, 2024
1 parent 079a875 commit 10a6930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/bluesound_alt/media_player.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ async def force_update_sync_status(self, on_updated_cb=None, raise_timeout=False
new_device_group.append(self._master.entity_id)

# Call to get slaves for master
resp_two = await self.send_bluesound_command(
resp_two = await self._master.send_bluesound_command(
"SyncStatus", raise_timeout, raise_timeout
)

Expand Down

0 comments on commit 10a6930

Please sign in to comment.