Fix user switch

This commit is contained in:
tomkat83 2017-05-12 14:58:01 +02:00
parent 4b06a89f70
commit 0520fbda3e

View file

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