Skip to content

Commit

Permalink
Update music_assistant/providers/sonos/provider.py
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelveldt authored Jan 19, 2025
1 parent 293f427 commit ca3c1d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion music_assistant/providers/sonos/provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ async def loaded_in_mass(self) -> None:
await super().loaded_in_mass()

manual_ip_config: str | None
# comma separated
# Handle config option for manual IP's (comma separated list)
if (manual_ip_config := self.config.get_value(CONF_IPS)) is not None:
ips = manual_ip_config.split(",")
for raw_ip in ips:
Expand Down

0 comments on commit ca3c1d8

Please sign in to comment.