jf-roku/components/tvshows/TVEpisodeRow.xml

10 lines
371 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="objects" type="assocarray" onChange="setupRows" />
2020-02-23 04:47:00 +00:00
<field id="escapeButton" type="string" alwaysNotify="true" />
<field id="doneLoading" type="boolean" />
2019-04-14 04:47:27 +00:00
</interface>
2020-03-18 09:10:31 +00:00
<script type="text/brightscript" uri="TVEpisodeRow.brs" />
2019-04-14 04:47:27 +00:00
</component>