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 179f737 commit d130f39
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 @@ -358,7 +358,7 @@ async def force_update_sync_status(self, on_updated_cb=None, raise_timeout=False
else:
self._is_master = False
self._master = None
device._group_list = []
self._group_list = []

if on_updated_cb:
on_updated_cb()
Expand Down

0 comments on commit d130f39

Please sign in to comment.