remove sleep actions from actors and write filename to db

This commit is contained in:
im85288 2015-04-04 14:39:27 +01:00
parent 1b681a0e99
commit 36aa6413e3
1 changed files with 2 additions and 2 deletions

View File

@ -1147,7 +1147,7 @@ class WriteKodiDB():
# only perform changes if the path actually differs
if oldFileName != newFileName:
xbmc.sleep(sleepVal)
# xbmc.sleep(sleepVal)
connection = utils.KodiSQL()
cursor = connection.cursor()
utils.logMsg("Emby","setting filename in kodi db..." + fileType + ": " + str(id))
@ -1262,7 +1262,7 @@ class WriteKodiDB():
utils.logMsg("AddActorsToMedia", "List needs updating")
xbmc.sleep(sleepVal)
# xbmc.sleep(sleepVal)
connection = utils.KodiSQL()
cursor = connection.cursor()