diff options
author | enen92 <92enen@gmail.com> | 2018-08-02 18:55:06 +0100 |
---|---|---|
committer | enen92 <92enen@gmail.com> | 2018-08-08 15:44:10 +0100 |
commit | f5a62592adb5dcc4b5dba31d1f9d4f3fd2298a95 (patch) | |
tree | 9fb16b8adc1f9402db0abe73b322986881444da2 /addons | |
parent | 6e60bb7d8c55f30277f9af8aafea9fb70de9fdee (diff) |
[schemas] make library attribute for scrapers required
Diffstat (limited to 'addons')
-rw-r--r-- | addons/xbmc.metadata/scraper.xsd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addons/xbmc.metadata/scraper.xsd b/addons/xbmc.metadata/scraper.xsd index ccdeadf096..7843f4dca2 100644 --- a/addons/xbmc.metadata/scraper.xsd +++ b/addons/xbmc.metadata/scraper.xsd @@ -6,7 +6,7 @@ <xs:attribute name="point" type="xs:string" use="required"/> <xs:attribute name="id" type="simpleIdentifier"/> <xs:attribute name="name" type="xs:string"/> - <xs:attribute name="library" type="xs:string"/> + <xs:attribute name="library" type="xs:string" use="required"/> <xs:attribute name="language" type="xs:string"/> <xs:attribute name="requiressetting" type="xs:boolean"/> <xs:attribute name="cachepersistence" type="xs:string"/> |