From 4a859bef4841fa51e4a2b4a5ed45bcaa51ba1bd5 Mon Sep 17 00:00:00 2001 From: marco Date: Mon, 11 May 2020 11:08:53 +0200 Subject: [PATCH] ops, doppio aggiornamento videoteca --- service.py | 1 - 1 file changed, 1 deletion(-) diff --git a/service.py b/service.py index 39248e4c..f9509be1 100644 --- a/service.py +++ b/service.py @@ -302,7 +302,6 @@ class AddonMonitor(xbmc.Monitor): if wait > 0: xbmc.sleep(wait) if not config.get_setting("update", "videolibrary") == 2: - check_for_update(overwrite=False) run_threaded(check_for_update, (False,)) self.scheduleVideolibrary() super(AddonMonitor, self).__init__()