Fix missing to ask for Plex username
This commit is contained in:
parent
d82774cfa9
commit
1b254fdd37
1 changed files with 1 additions and 1 deletions
|
@ -286,7 +286,7 @@ class UserClient(threading.Thread):
|
||||||
self.auth = False
|
self.auth = False
|
||||||
return
|
return
|
||||||
# If no user information
|
# If no user information
|
||||||
elif not server or not username:
|
elif not server:
|
||||||
self.logMsg("Missing server information.", 1)
|
self.logMsg("Missing server information.", 1)
|
||||||
self.auth = False
|
self.auth = False
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in a new issue