mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +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"?>
|
||||
<addon id="plugin.video.emby"
|
||||
name="Emby"
|
||||
version="3.1.01a"
|
||||
version="3.1.02a"
|
||||
provider-name="angelblue05">
|
||||
<requires>
|
||||
<import addon="xbmc.python" version="2.25.0"/>
|
||||
|
|
|
@ -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…
Reference in a new issue