Add option to mask info

This commit is contained in:
angelblue05 2018-09-13 23:55:39 -05:00
parent 7672410601
commit 3984d4e0a0
4 changed files with 15 additions and 6 deletions

View file

@ -151,7 +151,8 @@ class Service(xbmc.Monitor):
return
if get_objects(zipfile, label + '.zip'): # no patch applied previously
if get_objects(zipfile, label + '.zip'):
LOG.info("No previous patch found.")
dialog("ok", heading="{emby}", line1=_(33135))
xbmc.executebuiltin('RestartApp')