Disable the cleanonupdate tag in advancedsettings.xml

This commit is contained in:
Matt 2021-02-25 22:13:30 -05:00
parent 01b114c19e
commit 2ffe61de67
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ def advanced_settings():
video.remove(cleanonupdate)
tree = etree.ElementTree(xml)
tree.write(path)
tree.write(file)
dialog("ok", "{jellyfin}", translate(33097))
xbmc.executebuiltin('RestartApp')