Skip to content

Commit

Permalink
Update addon.xml
Browse files Browse the repository at this point in the history
Added requests to imports (might be needed for OpenElec)
  • Loading branch information
Dagur committed Sep 28, 2014
1 parent 8e0fafb commit 3a6aec4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugin.video.sarpur/addon.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.sarpur"
name="Sarpur"
version="3.1.2"
version="3.1.3"
provider-name="Dagur Páll Ammendrup">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.html5lib" version="0.999"/>
<import addon="script.module.simplejson" version="2.0.10"/>
<import addon="script.module.requests" version="2.3.0"/>
</requires>
<extension point="xbmc.python.pluginsource"
library="default.py">
Expand Down

0 comments on commit 3a6aec4

Please sign in to comment.