mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 12:16:12 +00:00
fix sources.xml
argument not available on older python versions
This commit is contained in:
parent
a9500e9751
commit
4da967a65c
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ def createSources():
|
||||||
etree.SubElement(source_two, 'allowsharing').text = "true"
|
etree.SubElement(source_two, 'allowsharing').text = "true"
|
||||||
|
|
||||||
indent(root)
|
indent(root)
|
||||||
etree.ElementTree(root).write(xmlpath, method="html")
|
etree.ElementTree(root).write(xmlpath)
|
||||||
|
|
||||||
def pathsubstitution(add=True):
|
def pathsubstitution(add=True):
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue