This commit is contained in:
angelblue05 2015-04-22 08:24:54 -05:00
parent e915fe2f77
commit 03697c3f7e

View file

@ -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 = []