Fix missing to ask for Plex username

This commit is contained in:
tomkat83 2015-12-29 10:50:50 +01:00
parent d82774cfa9
commit 1b254fdd37

View file

@ -286,7 +286,7 @@ class UserClient(threading.Thread):
self.auth = False
return
# If no user information
elif not server or not username:
elif not server:
self.logMsg("Missing server information.", 1)
self.auth = False
return