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 30, 2024
1 parent 45f9d16 commit 4c96844
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions custom_components/bluesound_alt/media_player.py
Original file line number Diff line number Diff line change
Expand Up @@ -881,9 +881,7 @@ async def rebuild_bluesound_group(self):

slaves = []
for key in sync_status["SyncStatus"]:
if key.name == "slave":
_LOGGER.debug("Slave: %s", key.id)
slaves.append(key.id + ":" + key.port)
_LOGGER.debug("KEY: %s", key)

for slave in slaves:
new_device_group.append(slave.id + ":" + slave.port)
Expand Down

0 comments on commit 4c96844

Please sign in to comment.