2019-04-14 04:47:27 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
2019-12-07 02:49:37 +00:00
|
|
|
<component name="TVEpisodes" extends="JFGroup">
|
2019-04-14 04:47:27 +00:00
|
|
|
<children>
|
2020-02-23 04:47:00 +00:00
|
|
|
<TVEpisodeRow id="picker" visible="true" />
|
2019-04-14 04:47:27 +00:00
|
|
|
</children>
|
|
|
|
<interface>
|
2019-12-07 02:49:37 +00:00
|
|
|
<field id="episodeSelected" alias="picker.itemSelected" />
|
2020-02-23 04:47:00 +00:00
|
|
|
<field id="seasonData" type="associativearray" onChange="setSeason" />
|
2019-12-07 02:49:37 +00:00
|
|
|
<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>
|