Revert "Fix user switch"

This reverts commit 0520fbda3e.
This commit is contained in:
tomkat83 2017-05-14 16:40:39 +02:00
parent 40b5979879
commit 219aa2d0ab

View file

@ -315,7 +315,6 @@ 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)