Fix user switch
This commit is contained in:
parent
4b06a89f70
commit
0520fbda3e
1 changed files with 1 additions and 0 deletions
|
@ -315,6 +315,7 @@ class UserClient(threading.Thread):
|
|||
elif state.PMS_STATUS == "401":
|
||||
# Unauthorized access, revoke token
|
||||
state.PMS_STATUS = 'Auth'
|
||||
window('plex_serverStatus', value='Auth')
|
||||
self.resetClient()
|
||||
xbmc.sleep(2000)
|
||||
|
||||
|
|
Loading…
Reference in a new issue