diff options
author | enen92 <92enen@gmail.com> | 2018-08-02 20:56:51 +0100 |
---|---|---|
committer | enen92 <92enen@gmail.com> | 2018-08-08 15:44:11 +0100 |
commit | 9beba93ec9d3f1a75a4ce1a03b5b44e6305a97f4 (patch) | |
tree | 8163fb90d64c3a918968df77a44d993ed96cb8be /addons/xbmc.python | |
parent | f5a62592adb5dcc4b5dba31d1f9d4f3fd2298a95 (diff) |
[schemas] game is a valid provides element value for plugins
Diffstat (limited to 'addons/xbmc.python')
-rw-r--r-- | addons/xbmc.python/pluginsource.xsd | 5 |
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"> |