Bump async-upnp-client to 0.25.0 (#66414)
Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
parent
1c0365a72b
commit
dbbb5655e5
23 changed files with 95 additions and 73 deletions
|
@ -80,6 +80,10 @@ class Device:
|
|||
if service_info.ssdp_location is None:
|
||||
return
|
||||
|
||||
if change == SsdpChange.ALIVE:
|
||||
# We care only about updates.
|
||||
return
|
||||
|
||||
device = self._igd_device.device
|
||||
if service_info.ssdp_location == device.device_url:
|
||||
return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue