mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Merge pull request #476 from mcarlton00/remove-clean-from-xml
Disable the cleanonupdate tag in advancedsettings.xml
This commit is contained in:
commit
a78ab1377c
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ def advanced_settings():
|
||||||
video.remove(cleanonupdate)
|
video.remove(cleanonupdate)
|
||||||
|
|
||||||
tree = etree.ElementTree(xml)
|
tree = etree.ElementTree(xml)
|
||||||
tree.write(path)
|
tree.write(file)
|
||||||
|
|
||||||
dialog("ok", "{jellyfin}", translate(33097))
|
dialog("ok", "{jellyfin}", translate(33097))
|
||||||
xbmc.executebuiltin('RestartApp')
|
xbmc.executebuiltin('RestartApp')
|
||||||
|
|
Loading…
Reference in a new issue