mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-12-01 09:11:00 +00:00
Temporary disable loading connect servers
This commit is contained in:
parent
a00d55ac0e
commit
38182fcc37
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user