mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Removing for now
Causes slow start
This commit is contained in:
parent
69064b4579
commit
8a0701d8f1
1 changed files with 3 additions and 3 deletions
|
@ -95,12 +95,12 @@ class Service():
|
||||||
if WINDOW.getProperty('Server_online') == "true":
|
if WINDOW.getProperty('Server_online') == "true":
|
||||||
# Server is online
|
# Server is online
|
||||||
if (user.currUser != None) and (user.HasAccess == True):
|
if (user.currUser != None) and (user.HasAccess == True):
|
||||||
|
self.warn_auth = True
|
||||||
if self.welcome_msg:
|
''''if self.welcome_msg:
|
||||||
# Reset authentication warnings
|
# Reset authentication warnings
|
||||||
self.welcome_msg = False
|
self.welcome_msg = False
|
||||||
self.warn_auth = True
|
self.warn_auth = True
|
||||||
xbmcgui.Dialog().notification("Emby server", "Welcome %s!" % user.currUser, sound=False)
|
xbmcgui.Dialog().notification("Emby server", "Welcome %s!" % user.currUser, sound=False)'''
|
||||||
|
|
||||||
# Correctly launch the websocket, if user manually launches the add-on
|
# Correctly launch the websocket, if user manually launches the add-on
|
||||||
if (self.newWebSocketThread == None):
|
if (self.newWebSocketThread == None):
|
||||||
|
|
Loading…
Reference in a new issue