mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-12-25 02:06:09 +00:00
close handle to file
This commit is contained in:
parent
a0347ce03d
commit
138a495906
1 changed files with 1 additions and 0 deletions
|
@ -184,6 +184,7 @@ def createSources():
|
||||||
'</files>\n'
|
'</files>\n'
|
||||||
'</sources>'
|
'</sources>'
|
||||||
)
|
)
|
||||||
|
sources.close()
|
||||||
|
|
||||||
def pathsubstitution(add=True):
|
def pathsubstitution(add=True):
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue