mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-13 00:32:58 -07:00
Continue, don't break
This commit is contained in:
parent
d2db662e14
commit
aa700e2b63
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue