mirror of
https://github.com/blacktwin/JBOPS.git
synced 2025-12-11 19:37:18 +00:00
Fix same server matching bug in watch status sync
This commit is contained in:
parent
5bcdf4fe43
commit
ae89009073
@ -526,7 +526,7 @@ if __name__ == '__main__':
|
||||
|
||||
for user in plexTo:
|
||||
username, server = user
|
||||
if server == serverFrom:
|
||||
if server.friendlyName == serverFrom:
|
||||
same_server = True
|
||||
sync_watch_status(watched_lst, _library.title, server, username, same_server)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user