fix e migliorie updater

This commit is contained in:
marco
2020-01-21 22:43:54 +01:00
parent db96e414b5
commit 88fba710c1
3 changed files with 18 additions and 5 deletions
+1 -1
View File
@@ -343,7 +343,7 @@ def check_quickfixes(item):
if not config.dev_mode():
from platformcode import updater
if not updater.check():
if not updater.check()[0]:
platformtools.dialog_ok('Kodi on Demand', config.get_localized_string(70667))
else:
return False