Revert modification to addon.xml
pluginsource seems to be deprecated with RunScript() Have to do more research.
This commit is contained in:
parent
0ba24d8dbd
commit
67f90e6dcc
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue