aboutsummaryrefslogtreecommitdiff
path: root/addons/xbmc.metadata
diff options
context:
space:
mode:
authorspiff_ <spiff_@svn>2010-05-23 22:53:55 +0000
committerspiff_ <spiff_@svn>2010-05-23 22:53:55 +0000
commitab3efb05fdc7ddda9d5cc5fae13f9d512305eaa1 (patch)
tree14be2555d2096d82bb76578fff4f3089702cfd6e /addons/xbmc.metadata
parentea25adc6e52a2662a75d64416c23683cbb501af8 (diff)
changed: move the requiressetting scraper setting to the addon definition xml
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30478 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'addons/xbmc.metadata')
-rw-r--r--addons/xbmc.metadata/scraper.xsd1
1 files changed, 1 insertions, 0 deletions
diff --git a/addons/xbmc.metadata/scraper.xsd b/addons/xbmc.metadata/scraper.xsd
index 4181c0da91..9e031f3370 100644
--- a/addons/xbmc.metadata/scraper.xsd
+++ b/addons/xbmc.metadata/scraper.xsd
@@ -8,6 +8,7 @@
<xs:attribute name="name" type="xs:string"/>
<xs:attribute name="library" type="xs:string"/>
<xs:attribute name="language" type="xs:string"/>
+ <xs:attribute name="requiressetting" type="xs:boolean"/>
</xs:complexType>
</xs:element>
<xs:simpleType name="simpleIdentifier">