Removing for now

Causes slow start
This commit is contained in:
angelblue05 2015-06-06 02:35:15 -05:00
parent 69064b4579
commit 8a0701d8f1
1 changed files with 3 additions and 3 deletions

View File

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