2019-04-14 04:47:27 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
|
|
|
<component name="TVEpisodeRow" extends="RowList">
|
|
|
|
<interface>
|
2021-01-30 19:38:39 +00:00
|
|
|
<field id="objects" type="assocarray" onChange="setupRows" />
|
2020-02-23 04:47:00 +00:00
|
|
|
<field id="escapeButton" type="string" alwaysNotify="true" />
|
2022-04-24 03:49:42 +00:00
|
|
|
<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>
|