Remove unnecessary check in Plex client scanning (#41844)

This commit is contained in:
jjlawren 2020-10-14 15:01:06 -05:00 committed by GitHub
parent f5248b5562
commit 4e8012fcea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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(