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