mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Remove unnecessary check in Plex client scanning (#41844)
This commit is contained in:
parent
f5248b5562
commit
4e8012fcea
@ -292,9 +292,6 @@ class PlexServer:
|
||||
return
|
||||
|
||||
def process_device(source, device):
|
||||
if device is None:
|
||||
return
|
||||
|
||||
self._known_idle.discard(device.machineIdentifier)
|
||||
available_clients.setdefault(device.machineIdentifier, {"device": device})
|
||||
available_clients[device.machineIdentifier].setdefault(
|
||||
|
Loading…
x
Reference in New Issue
Block a user