jf-roku/components/tvshows/rowlist-season.xml

9 lines
307 B
XML
Raw Normal View History

2019-03-14 17:11:51 +00:00
<?xml version="1.0" encoding="utf-8" ?>
<component name="TVSeasonRow" extends="RowList">
<interface>
<field id="rowSize" type="int" />
<field id="TVSeasonData" type="associativearray" onChange="getData" />
2019-03-14 17:11:51 +00:00
</interface>
2019-05-03 12:48:59 +00:00
<script type="text/brightscript" uri="rowlist-season.brs" />
2019-03-14 17:11:51 +00:00
</component>