aboutsummaryrefslogtreecommitdiff
path: root/addons/xbmc.python
diff options
context:
space:
mode:
authorenen92 <92enen@gmail.com>2018-08-02 20:56:51 +0100
committerenen92 <92enen@gmail.com>2018-08-08 15:44:11 +0100
commit9beba93ec9d3f1a75a4ce1a03b5b44e6305a97f4 (patch)
tree8163fb90d64c3a918968df77a44d993ed96cb8be /addons/xbmc.python
parentf5a62592adb5dcc4b5dba31d1f9d4f3fd2298a95 (diff)
[schemas] game is a valid provides element value for plugins
Diffstat (limited to 'addons/xbmc.python')
-rw-r--r--addons/xbmc.python/pluginsource.xsd5
1 files changed, 3 insertions, 2 deletions
diff --git a/addons/xbmc.python/pluginsource.xsd b/addons/xbmc.python/pluginsource.xsd
index 73ff808ead..f26a7ad4ab 100644
--- a/addons/xbmc.python/pluginsource.xsd
+++ b/addons/xbmc.python/pluginsource.xsd
@@ -21,8 +21,9 @@
<xs:simpleType name="providesType">
<xs:restriction base="xs:string">
<xs:enumeration value="audio"/>
- <xs:enumeration value="image"/>
<xs:enumeration value="executable"/>
+ <xs:enumeration value="game"/>
+ <xs:enumeration value="image"/>
<xs:enumeration value="video"/>
</xs:restriction>
</xs:simpleType>
@@ -34,8 +35,8 @@
<xs:enumeration value="albums"/>
<xs:enumeration value="artists"/>
<xs:enumeration value="movies"/>
- <xs:enumeration value="tvshows"/>
<xs:enumeration value="musicvideos"/>
+ <xs:enumeration value="tvshows"/>
</xs:restriction>
</xs:simpleType>
<xs:complexType name="pathType">