diff --git a/utility/sync_watch_status.py b/utility/sync_watch_status.py index 3fa4ca7..7dc5c1a 100644 --- a/utility/sync_watch_status.py +++ b/utility/sync_watch_status.py @@ -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)