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):