From 38182fcc3718148f35aa69bdcdcfc408cfbf2697 Mon Sep 17 00:00:00 2001 From: angelblue05 Date: Mon, 26 Sep 2016 21:53:44 -0500 Subject: [PATCH] Temporary disable loading connect servers --- resources/lib/librarysync.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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