Clear transient token, just in case
This commit is contained in:
parent
952ad796dd
commit
feb91127cd
1 changed files with 1 additions and 0 deletions
|
@ -263,6 +263,7 @@ class UserClient(Thread):
|
||||||
state.AUTHENTICATED = False
|
state.AUTHENTICATED = False
|
||||||
window('pms_token', clear=True)
|
window('pms_token', clear=True)
|
||||||
state.PLEX_TOKEN = None
|
state.PLEX_TOKEN = None
|
||||||
|
state.PLEX_TRANSIENT_TOKEN = None
|
||||||
window('plex_token', clear=True)
|
window('plex_token', clear=True)
|
||||||
window('pms_server', clear=True)
|
window('pms_server', clear=True)
|
||||||
window('plex_machineIdentifier', clear=True)
|
window('plex_machineIdentifier', clear=True)
|
||||||
|
|
Loading…
Reference in a new issue