jf-roku/components/tvshows/TVEpisodes.xml

14 lines
529 B
XML
Raw Normal View History

2019-04-14 04:47:27 +00:00
<?xml version="1.0" encoding="utf-8" ?>
<component name="TVEpisodes" extends="JFGroup">
2019-04-14 04:47:27 +00:00
<children>
<TVEpisodeRowWithOptions id="picker" visible="true" />
2019-04-14 04:47:27 +00:00
</children>
<interface>
<field id="episodeSelected" alias="picker.itemSelected" />
<field id="quickPlayNode" type="node" alwaysNotify="true" />
<field id="seasonData" type="assocarray" onChange="setSeasonLoading" />
<field id="objects" alias="picker.objects" />
2019-04-14 04:47:27 +00:00
</interface>
2020-03-18 09:10:31 +00:00
<script type="text/brightscript" uri="TVEpisodes.brs" />
2019-04-14 04:47:27 +00:00
</component>