diff --git a/resources/lib/librarysync.py b/resources/lib/librarysync.py index 31f7c4df..d9bbfa26 100644 --- a/resources/lib/librarysync.py +++ b/resources/lib/librarysync.py @@ -1042,7 +1042,9 @@ class LibrarySync(threading.Thread): % (str(elapsedTime).split('.')[0], librarySync)) # Add other servers at this point - self.user.load_connect_servers() + # TODO: re-add once plugin listing is created + # self.user.load_connect_servers() + # Only try the initial sync once per kodi session regardless # This will prevent an infinite loop in case something goes wrong. startupComplete = True