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

9 lines
310 B
XML
Raw Normal View History

2019-04-14 04:47:27 +00:00
<?xml version="1.0" encoding="utf-8" ?>
<component name="TVEpisodeRow" extends="RowList">
<interface>
<field id="rowSize" type="int" />
<field id="TVEpisodeData" type="associativearray" onChange="getData" />
</interface>
2019-05-03 12:48:59 +00:00
<script type="text/brightscript" uri="rowlist-episode.brs" />
2019-04-14 04:47:27 +00:00
</component>