Skip to content

Commit 67f09c6

Browse files
committed
update
1 parent ec6f072 commit 67f09c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/xantech/media_player.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ def __init__(self, namespace, amp, sources, zone_id, zone_name):
156156
# specified name to represent this? Other than it could be changed...
157157
self._unique_id = f"{namespace}_{zone_id}"
158158

159-
LOG.info(f"Creating {namesspace} media player for zone {zone_id} ({zone_name}): {self._unique_id}")
159+
LOG.info(f"Creating {namespace} media player for zone {zone_id} ({zone_name}): {self._unique_id}")
160160

161161
self._status = {}
162162
self._status_snapshot = None

0 commit comments

Comments
 (0)