small fixes

This commit is contained in:
Marcel van der Veldt 2015-03-15 18:38:35 +01:00
parent 0b6b630e06
commit 8fd991d93c
2 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@ class LibrarySync():
#we have to compare the lists somehow
for item in episodeData:
xbmc.sleep(500) # sleep to not overload system --> can this be replaced by moving the sync to a different thread ?
xbmc.sleep(150) # sleep to not overload system --> can this be replaced by moving the sync to a different thread ?
comparestring1 = str(item.get("ParentIndexNumber")) + "-" + str(item.get("IndexNumber"))
matchFound = False
if kodiEpisodes != None:

View File

@ -90,7 +90,7 @@ class Player( xbmc.Player ):
currentFile = data.get("currentfile")
if(refresh_id != None):
#todo: trigger update of single item from MB3, for now trigger full playcounts update
#TODO: trigger update of single item, for now trigger full playcounts update
librarySync.updatePlayCounts()
if(currentPosition != None and self.hasData(runtime)):