mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Fix update token
This commit is contained in:
parent
0afc200a96
commit
5f7a46cd95
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@ class UserClient(threading.Thread):
|
|||
if server['Id'] == settings('serverId'):
|
||||
# Update token
|
||||
server['AccessToken'] = None
|
||||
self.connectmanager.update_token(current_state['Servers'], server)
|
||||
self.connectmanager.update_token(server)
|
||||
|
||||
def run(self):
|
||||
|
||||
|
|
Loading…
Reference in a new issue