2eff1401d8
* Add Movie Filters * Add filter names to translations file. * Only jump up if content is reloaded
10 lines
319 B
XML
10 lines
319 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<component name="OptionNode" extends="ContentNode">
|
|
<interface>
|
|
<field id="name" type="string" />
|
|
<field id="delimiter" type="string" />
|
|
<field id="checkedState" type="array" />
|
|
</interface>
|
|
<script type="text/brightscript" uri="OptionNode.brs" />
|
|
</component>
|