10 lines
371 B
XML
10 lines
371 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<component name="TVEpisodeRow" extends="RowList">
|
|
<interface>
|
|
<field id="objects" type="assocarray" onChange="setupRows" />
|
|
<field id="escapeButton" type="string" alwaysNotify="true" />
|
|
<field id="doneLoading" type="boolean" />
|
|
</interface>
|
|
<script type="text/brightscript" uri="TVEpisodeRow.brs" />
|
|
</component>
|