mirror of
https://github.com/blacktwin/JBOPS.git
synced 2025-12-11 19:37:18 +00:00
Merge pull request #406 from yuk7hi/master
Fix same server matching bug in watch status sync script
This commit is contained in:
commit
071709171e
@ -538,7 +538,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