Continue, don't break
This commit is contained in:
@@ -324,7 +324,7 @@ class PlexTV(object):
|
|||||||
|
|
||||||
# Filter by user_id
|
# Filter by user_id
|
||||||
if user_id and user_id != device_user_id:
|
if user_id and user_id != device_user_id:
|
||||||
break
|
continue
|
||||||
|
|
||||||
for synced in a.getElementsByTagName('SyncItems'):
|
for synced in a.getElementsByTagName('SyncItems'):
|
||||||
sync_item = synced.getElementsByTagName('SyncItem')
|
sync_item = synced.getElementsByTagName('SyncItem')
|
||||||
|
Reference in New Issue
Block a user