Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
rsnodgrass committed Apr 20, 2020
1 parent ec6f072 commit 67f09c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/xantech/media_player.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def __init__(self, namespace, amp, sources, zone_id, zone_name):
# specified name to represent this? Other than it could be changed...
self._unique_id = f"{namespace}_{zone_id}"

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

self._status = {}
self._status_snapshot = None
Expand Down

0 comments on commit 67f09c6

Please sign in to comment.