summaryrefslogtreecommitdiff
path: root/plugin.video.simpsonsworld/addon.xml
diff options
context:
space:
mode:
authoreracknaphobia <eracknaphobia@hotmail.com>2017-12-04 15:56:07 -0500
committerMartijn Kaijser <martijn@xbmc.org>2017-12-04 21:56:07 +0100
commitd55c7ab281e0aa01a415a68386fae5c345be4a46 (patch)
tree34596a84783344e9eeeaef7d0127c63cf391fc12 /plugin.video.simpsonsworld/addon.xml
parentfe4c482f3e20864c093bce16a9e0460ab8a45247 (diff)
[plugin.video.simpsonsworld] 2017.11.28 (#1537)
Diffstat (limited to 'plugin.video.simpsonsworld/addon.xml')
-rw-r--r--plugin.video.simpsonsworld/addon.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/plugin.video.simpsonsworld/addon.xml b/plugin.video.simpsonsworld/addon.xml
index af895e2..6288305 100644
--- a/plugin.video.simpsonsworld/addon.xml
+++ b/plugin.video.simpsonsworld/addon.xml
@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<addon id="plugin.video.simpsonsworld" name="Simpsons World" version="2017.4.5" provider-name="eracknaphobia">
+<addon id="plugin.video.simpsonsworld" name="Simpsons World" version="2017.11.28" provider-name="eracknaphobia">
<requires>
- <import addon="xbmc.python" version="2.25.0"/>
- <import addon="script.module.adobepass" version="2017.3.20"/>
+ <import addon="xbmc.python" version="2.25.0"/>
+ <import addon="script.module.adobepass" version="2017.3.20"/>
+ <import addon="script.module.requests" version="2.9.1"/>
</requires>
<extension point="xbmc.python.pluginsource" library="simpsons.py">
<provides>video</provides>
@@ -13,7 +14,7 @@
<description lang="en_GB">Simpsons World has every episode of the series accessible to authenticated FX subscribers</description>
<disclaimer lang="en_GB"></disclaimer>
<news>
-- Fixed Icon / Fanart not displaying
+- Fixed Invalid XML issue
</news>
<language>en</language>
<platform>all</platform>