Version bump 3.1.02

Fix typo
This commit is contained in:
angelblue05 2018-09-08 01:09:41 -05:00
parent 573289356f
commit e13a08a8b9
2 changed files with 2 additions and 2 deletions

View file

@ -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"/>

View file

@ -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')