mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-05-11 03:45:07 +00:00
Version bump 3.1.02
Fix typo
This commit is contained in:
parent
573289356f
commit
e13a08a8b9
2 changed files with 2 additions and 2 deletions
|
@ -96,7 +96,7 @@ def advanced_settings():
|
|||
except Exception:
|
||||
return
|
||||
|
||||
video = root.find('videolibrary')
|
||||
video = xml.find('videolibrary')
|
||||
|
||||
if video is not None:
|
||||
cleanonupdate = video.find('cleanonupdate')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue