mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 12:16:12 +00:00
Fix for new cleanonupdate verification
This commit is contained in:
parent
82c02594cb
commit
fdce20d172
1 changed files with 1 additions and 1 deletions
|
@ -376,7 +376,7 @@ def verify_advancedsettings():
|
|||
except: pass
|
||||
etree.ElementTree(root).write(xmlpath)
|
||||
|
||||
xbmcgui.Dialog().ok(heading=language(29999), line1=language(33096))
|
||||
xbmcgui.Dialog().ok(heading=language(29999), line1=language(33097))
|
||||
xbmc.executebuiltin('RestartApp')
|
||||
return True
|
||||
return
|
||||
|
|
Loading…
Reference in a new issue