mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-05-09 19:05:09 +00:00
Version bump 1.1.60
Stable release
This commit is contained in:
parent
ca66438b62
commit
faa376a520
3 changed files with 5 additions and 2 deletions
|
@ -189,7 +189,9 @@ def createSources():
|
|||
)
|
||||
etree.SubElement(source_two, 'allowsharing').text = "true"
|
||||
|
||||
indent(root)
|
||||
try:
|
||||
indent(root)
|
||||
except:pass
|
||||
etree.ElementTree(root).write(xmlpath)
|
||||
|
||||
def pathsubstitution(add=True):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue