nuovo render_items, changelog solo all'apertura di kod

This commit is contained in:
marco
2020-04-01 18:24:57 +02:00
parent 38a726afb0
commit 470fb254cd
8 changed files with 105 additions and 116 deletions
+1 -1
View File
@@ -400,7 +400,7 @@ if __name__ == "__main__":
# Verificar quick-fixes al abrirse Kodi, y dejarlo corriendo como Thread
if not config.dev_mode():
updated, needsReload = updater.check()
updated, needsReload = updater.check(background=True)
config.set_setting("updater_last_check", str(time.time()), "videolibrary")
if needsReload:
xbmc.executescript(__file__)