fix updater

This commit is contained in:
mac12m99
2020-01-22 19:38:06 +01:00
committed by marco
parent 5723060aa7
commit a78d3be334
3 changed files with 23 additions and 6 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