Clear transient token, just in case

This commit is contained in:
croneter 2018-02-14 20:11:32 +01:00
parent 952ad796dd
commit feb91127cd

View file

@ -263,6 +263,7 @@ class UserClient(Thread):
state.AUTHENTICATED = False
window('pms_token', clear=True)
state.PLEX_TOKEN = None
state.PLEX_TRANSIENT_TOKEN = None
window('plex_token', clear=True)
window('pms_server', clear=True)
window('plex_machineIdentifier', clear=True)