From 8a0701d8f138a1bff2f95fa930ebda0d2d4cbf7c Mon Sep 17 00:00:00 2001 From: angelblue05 Date: Sat, 6 Jun 2015 02:35:15 -0500 Subject: [PATCH] Removing for now Causes slow start --- service.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/service.py b/service.py index 43dc5f72..7adeaf29 100644 --- a/service.py +++ b/service.py @@ -95,12 +95,12 @@ class Service(): if WINDOW.getProperty('Server_online') == "true": # Server is online if (user.currUser != None) and (user.HasAccess == True): - - if self.welcome_msg: + self.warn_auth = True + ''''if self.welcome_msg: # Reset authentication warnings self.welcome_msg = False 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 if (self.newWebSocketThread == None):