Revert modification to addon.xml

pluginsource seems to be deprecated with RunScript() Have to do more
research.
This commit is contained in:
angelblue05 2015-04-12 07:08:59 -05:00
parent 0ba24d8dbd
commit 67f90e6dcc
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
<requires>
<import addon="xbmc.python" version="2.1.0"/>
</requires>
<extension point="xbmc.python.script"
<extension point="xbmc.python.pluginsource"
library="default.py">
<provides>executable video audio image</provides>
</extension>