mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Temporary disable loading connect servers
This commit is contained in:
parent
a00d55ac0e
commit
38182fcc37
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue