Temporary disable loading connect servers

This commit is contained in:
angelblue05 2016-09-26 21:53:44 -05:00
parent a00d55ac0e
commit 38182fcc37
1 changed files with 3 additions and 1 deletions

View File

@ -1042,7 +1042,9 @@ class LibrarySync(threading.Thread):
% (str(elapsedTime).split('.')[0], librarySync)) % (str(elapsedTime).split('.')[0], librarySync))
# Add other servers at this point # 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 # Only try the initial sync once per kodi session regardless
# This will prevent an infinite loop in case something goes wrong. # This will prevent an infinite loop in case something goes wrong.
startupComplete = True startupComplete = True