Updates code according to Kodi Jarvis API

This commit is contained in:
Roman Miroshnychenko (Work)
2016-01-21 15:43:21 +02:00
parent 69f7c3d2fc
commit 12ebf28f24
2 changed files with 18 additions and 16 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon id="plugin.video.example"
version="1.2.0"
version="2.0.0"
name="Example Kodi Video Plugin"
provider-name="Roman_V_M">
<requires>
<import addon="xbmc.python" version="2.14.0"/>
<import addon="xbmc.python" version="2.24.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="main.py">
<provides>video</provides>