2019-04-14 04:47:27 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
|
|
|
<component name="TVEpisodeRow" extends="RowList">
|
|
|
|
<interface>
|
2020-02-23 04:47:00 +00:00
|
|
|
<field id="objects" type="associativearray" onChange="setupRows" />
|
|
|
|
<field id="escapeButton" type="string" alwaysNotify="true" />
|
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>
|