Skip to content

Commit

Permalink
disable script.elementum.burst import in addon.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
elgatito committed Nov 26, 2017
1 parent e89642a commit 788b60e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addon.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.elementum" name="Elementum" version="0.0.6" provider-name="elgatito">
<addon id="plugin.video.elementum" name="Elementum" version="0.0.7" provider-name="elgatito">
<requires>
<import addon="xbmc.addon" version="16.0.0" />
<import addon="xbmc.python" version="2.24.0" />
<import addon="repository.elementum" optional="true" />
<import addon="script.elementum.burst" optional="true" />
<!-- <import addon="script.elementum.burst" optional="true" /> -->
</requires>
<extension point="xbmc.python.pluginsource" library="navigation.py">
<provides>video</provides>
Expand Down

0 comments on commit 788b60e

Please sign in to comment.