This commit is contained in:
marco
2020-01-21 22:55:52 +01:00
parent 88fba710c1
commit b3585f43e2

View File

@@ -318,7 +318,7 @@ def monitor_update():
if curTime - lastCheck > period:
updated, needsReload = updater.check(background=True)
config.set_setting("updater_last_check", "videolibrary", str(curTime))
config.set_setting("updater_last_check", str(curTime), "videolibrary")
if needsReload:
xbmc.executescript(__file__)
exit(0)