mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
remove sleep actions from actors and write filename to db
This commit is contained in:
parent
1b681a0e99
commit
36aa6413e3
1 changed files with 2 additions and 2 deletions
|
@ -1147,7 +1147,7 @@ class WriteKodiDB():
|
||||||
# only perform changes if the path actually differs
|
# only perform changes if the path actually differs
|
||||||
if oldFileName != newFileName:
|
if oldFileName != newFileName:
|
||||||
|
|
||||||
xbmc.sleep(sleepVal)
|
# xbmc.sleep(sleepVal)
|
||||||
connection = utils.KodiSQL()
|
connection = utils.KodiSQL()
|
||||||
cursor = connection.cursor()
|
cursor = connection.cursor()
|
||||||
utils.logMsg("Emby","setting filename in kodi db..." + fileType + ": " + str(id))
|
utils.logMsg("Emby","setting filename in kodi db..." + fileType + ": " + str(id))
|
||||||
|
@ -1262,7 +1262,7 @@ class WriteKodiDB():
|
||||||
|
|
||||||
utils.logMsg("AddActorsToMedia", "List needs updating")
|
utils.logMsg("AddActorsToMedia", "List needs updating")
|
||||||
|
|
||||||
xbmc.sleep(sleepVal)
|
# xbmc.sleep(sleepVal)
|
||||||
connection = utils.KodiSQL()
|
connection = utils.KodiSQL()
|
||||||
cursor = connection.cursor()
|
cursor = connection.cursor()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue