mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +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'
|
||||
'</sources>'
|
||||
)
|
||||
sources.close()
|
||||
|
||||
def pathsubstitution(add=True):
|
||||
|
||||
|
|
Loading…
Reference in a new issue