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)
|
LibrarySync().TvShowsSync(connection, cursor, fullsync = False, installFirstRun = False, itemList = itemsToUpdate)
|
||||||
cursor.close()
|
cursor.close()
|
||||||
|
|
||||||
def user_data_update(self, userData):
|
def user_data_update(self, userDataList):
|
||||||
|
|
||||||
for userData in userDataList:
|
for userData in userDataList:
|
||||||
self.logMsg("Message : Doing UserDataChanged : UserData : " + str(userData), 0)
|
self.logMsg("Message : Doing UserDataChanged : UserData : " + str(userData), 0)
|
||||||
|
@ -345,4 +345,4 @@ class WebSocketThread(threading.Thread):
|
||||||
if pendingItemsToUpdate != []:
|
if pendingItemsToUpdate != []:
|
||||||
self.update_items(pendingItemsToUpdate)
|
self.update_items(pendingItemsToUpdate)
|
||||||
pendingItemsToUpdate = []
|
pendingItemsToUpdate = []
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue