mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-12-24 09:46:11 +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()
|
||||
self.getAdditionalUsers()
|
||||
|
||||
self.currUser = username
|
||||
# Set user preferences in settings
|
||||
self.setUserPref()
|
||||
|
||||
self.currUser = username
|
||||
|
||||
def authenticate(self):
|
||||
|
||||
WINDOW = self.WINDOW
|
||||
|
|
Loading…
Reference in a new issue