diff --git a/videolibrary_service.py b/videolibrary_service.py index 589c6535..43b8df0c 100644 --- a/videolibrary_service.py +++ b/videolibrary_service.py @@ -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)