mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-12-25 02:06:09 +00:00
Fix lag at start up
Prevent lag before displaying welcome message.
This commit is contained in:
parent
ddd334f285
commit
4061d0b7e9
1 changed files with 1 additions and 2 deletions
|
@ -274,11 +274,10 @@ class UserClient(threading.Thread):
|
||||||
doUtils.startSession()
|
doUtils.startSession()
|
||||||
self.getAdditionalUsers()
|
self.getAdditionalUsers()
|
||||||
|
|
||||||
|
self.currUser = username
|
||||||
# Set user preferences in settings
|
# Set user preferences in settings
|
||||||
self.setUserPref()
|
self.setUserPref()
|
||||||
|
|
||||||
self.currUser = username
|
|
||||||
|
|
||||||
def authenticate(self):
|
def authenticate(self):
|
||||||
|
|
||||||
WINDOW = self.WINDOW
|
WINDOW = self.WINDOW
|
||||||
|
|
Loading…
Reference in a new issue