Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelveldt committed Mar 22, 2024
1 parent c342481 commit 770ba19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion music_assistant/server/providers/snapcast/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ async def _builtin_server_runner(self) -> None:
zeroconf_type,
name=f"Snapcast.{zeroconf_type}",
properties={"is_mass": "true"},
addresses=[await get_ip_pton(self.mass.webserver.publish_ip)],
addresses=[await get_ip_pton(self.mass.streams.publish_ip)],
port=port,
server=f"{socket.gethostname()}.local",
)
Expand Down

0 comments on commit 770ba19

Please sign in to comment.