aboutsummaryrefslogtreecommitdiff
path: root/addons/xbmc.python
diff options
context:
space:
mode:
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">