ops, doppio aggiornamento videoteca

This commit is contained in:
marco
2020-05-11 11:08:53 +02:00
parent 4d44ac1103
commit 4a859bef48

View File

@@ -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__()