diff --git a/platformcode/updater.py b/platformcode/updater.py index 172de9ba..291809ba 100644 --- a/platformcode/updater.py +++ b/platformcode/updater.py @@ -101,6 +101,7 @@ def check(background=False): localCommitFile = open(os.path.join(xbmc.translatePath("special://home/addons/"), 'plugin.video.kod', trackingFile), 'w') # il file di tracking viene eliminato, lo ricreo changelog += commitJson['commit']['message'] + "\n" poFilesChanged = True + serviceChanged = True break for file in commitJson['files']: