mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Typo
This commit is contained in:
parent
e915fe2f77
commit
03697c3f7e
1 changed files with 2 additions and 2 deletions
|
@ -236,7 +236,7 @@ class WebSocketThread(threading.Thread):
|
|||
LibrarySync().TvShowsSync(connection, cursor, fullsync = False, installFirstRun = False, itemList = itemsToUpdate)
|
||||
cursor.close()
|
||||
|
||||
def user_data_update(self, userData):
|
||||
def user_data_update(self, userDataList):
|
||||
|
||||
for userData in userDataList:
|
||||
self.logMsg("Message : Doing UserDataChanged : UserData : " + str(userData), 0)
|
||||
|
@ -345,4 +345,4 @@ class WebSocketThread(threading.Thread):
|
|||
if pendingItemsToUpdate != []:
|
||||
self.update_items(pendingItemsToUpdate)
|
||||
pendingItemsToUpdate = []
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue