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 07b8d07 commit 69d76b0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions custom_components/bluesound_alt/media_player.py
Original file line number Diff line number Diff line change
Expand Up @@ -884,8 +884,7 @@ def extra_state_attributes(self):

async def rebuild_bluesound_group(self):
"""Rebuild the list of entities in speaker group."""
if self._group_name is None:
return None
_LOGGER.debug("Rebuilding group for %s", self._id)

new_device_group = []

Expand Down

0 comments on commit 69d76b0

Please sign in to comment.