From f8d1d3628d297bdbf5b90d546a628471c07fa946 Mon Sep 17 00:00:00 2001 From: Marcel van der Veldt Date: Sat, 17 May 2025 00:13:52 +0200 Subject: [PATCH] Chore: fix docstring --- music_assistant/helpers/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/music_assistant/helpers/util.py b/music_assistant/helpers/util.py index c38b3db6..6dbbaadf 100644 --- a/music_assistant/helpers/util.py +++ b/music_assistant/helpers/util.py @@ -532,7 +532,7 @@ def get_primary_ip_address_from_zeroconf(discovery_info: AsyncServiceInfo) -> st def get_port_from_zeroconf(discovery_info: AsyncServiceInfo) -> int | None: - """Get primary IP address from zeroconf discovery info.""" + """Get port from zeroconf discovery info.""" return discovery_info.port -- 2.34.1