mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
force a token retrieve on auth check
This commit is contained in:
parent
b440331f2f
commit
bd1391fcfb
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ class Service():
|
|||
pass
|
||||
else:
|
||||
# background worker for database sync
|
||||
if DownloadUtils().authenticate(retreive=False) != "":
|
||||
if DownloadUtils().authenticate(retreive=True) != "":
|
||||
|
||||
# Correctly launch the websocket, if user manually launches the add-on
|
||||
if (self.newWebSocketThread == None):
|
||||
|
|
Loading…
Reference in a new issue