Revert "Revert "Fix user switch""

This reverts commit 219aa2d0ab.
This commit is contained in:
tomkat83 2017-05-17 14:02:52 +02:00
parent 06727fca71
commit 8b99247ba5

View file

@ -317,6 +317,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(3000)