mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-12-26 02:36:10 +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
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||||
<addon id="plugin.video.emby"
|
<addon id="plugin.video.emby"
|
||||||
name="Emby"
|
name="Emby"
|
||||||
version="3.1.01a"
|
version="3.1.02a"
|
||||||
provider-name="angelblue05">
|
provider-name="angelblue05">
|
||||||
<requires>
|
<requires>
|
||||||
<import addon="xbmc.python" version="2.25.0"/>
|
<import addon="xbmc.python" version="2.25.0"/>
|
||||||
|
|
|
@ -96,7 +96,7 @@ def advanced_settings():
|
||||||
except Exception:
|
except Exception:
|
||||||
return
|
return
|
||||||
|
|
||||||
video = root.find('videolibrary')
|
video = xml.find('videolibrary')
|
||||||
|
|
||||||
if video is not None:
|
if video is not None:
|
||||||
cleanonupdate = video.find('cleanonupdate')
|
cleanonupdate = video.find('cleanonupdate')
|
||||||
|
|
Loading…
Reference in a new issue