mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-05-31 13:26:12 +00:00
Add option to mask info
This commit is contained in:
parent
7672410601
commit
3984d4e0a0
4 changed files with 15 additions and 6 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue