From e13a08a8b9c2eac20353f06cdcad7d74a7beb991 Mon Sep 17 00:00:00 2001 From: angelblue05 Date: Sat, 8 Sep 2018 01:09:41 -0500 Subject: [PATCH] Version bump 3.1.02 Fix typo --- addon.xml | 2 +- resources/lib/helper/xmls.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/addon.xml b/addon.xml index ad18ac27..4f8fcbea 100644 --- a/addon.xml +++ b/addon.xml @@ -1,7 +1,7 @@ diff --git a/resources/lib/helper/xmls.py b/resources/lib/helper/xmls.py index 8f82674e..7ee18727 100644 --- a/resources/lib/helper/xmls.py +++ b/resources/lib/helper/xmls.py @@ -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')