jf-roku/components/options/OptionNode.xml
1hitsong 2eff1401d8
Add Genres, Parental Ratings, and Years as Movie Filters (#928)
* Add Movie Filters
* Add filter names to translations file.
* Only jump up if content is reloaded
2023-02-25 14:51:36 -05:00

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>