mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
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>
|
<requires>
|
||||||
<import addon="xbmc.python" version="2.1.0"/>
|
<import addon="xbmc.python" version="2.1.0"/>
|
||||||
</requires>
|
</requires>
|
||||||
<extension point="xbmc.python.script"
|
<extension point="xbmc.python.pluginsource"
|
||||||
library="default.py">
|
library="default.py">
|
||||||
<provides>executable video audio image</provides>
|
<provides>executable video audio image</provides>
|
||||||
</extension>
|
</extension>
|
||||||
|
|
Loading…
Reference in a new issue