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 9ab0b0a commit f5b7636
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 @@ -875,7 +875,7 @@ async def rebuild_bluesound_group(self):

if self.is_master:
# Add device itself to the start of array
new_device_group.append(str(self._id) + ":" + self.port)
new_device_group.append(str(self._id) + ":" + str(self.port))

# Call to get slaves
sync_status = await self.send_bluesound_command(
Expand Down

0 comments on commit f5b7636

Please sign in to comment.