No longer necessary.

This commit is contained in:
angelblue05 2015-05-24 23:29:42 -05:00
parent bdea60fba3
commit c25c2fc1bb
2 changed files with 16 additions and 19 deletions

View file

@ -289,7 +289,6 @@ class WebSocketThread(threading.Thread):
LibrarySync().IncrementalSync(itemsToUpdate)
def user_data_update(self, userDataList):
self.WINDOW.setProperty('prevent_libraryUpdate', "true")
itemsToUpdate = list()
for userData in userDataList:
itemId = userData.get("ItemId")