Skip to content

Commit

Permalink
naming
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored and postlund committed Oct 16, 2023
1 parent c11c2a9 commit ec1191a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyatv/core/scan.py
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ def _process_service_infos(self, infos: List[AsyncServiceInfo]) -> None:
for ip_address in _get_valid_ipv4_address_from_service_info(info):
if infos_by_type := infos_by_address_type.get(ip_address):
infos_by_type[info.type] = info
self._set_or_get_address_to_device_name(address, info)
self._set_or_get_address_to_device_name(ip_address, info)

# Device info is special because it does not have an address
device_name_to_address = self.device_name_to_address
Expand Down

0 comments on commit ec1191a

Please sign in to comment.