2020-03-03 23:01:13 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
|
|
|
<component name="Home" extends="JFGroup">
|
|
|
|
<children>
|
|
|
|
<HomeRows id="homeRows" />
|
|
|
|
<OptionsSlider id="options" />
|
|
|
|
</children>
|
|
|
|
<interface>
|
2020-03-12 18:33:45 +00:00
|
|
|
<field id="selectedItem" alias="homeRows.selectedItem" />
|
2020-12-06 04:59:32 +00:00
|
|
|
<field id="userConfig" alias="homeRows.userConfig" />
|
2020-12-08 08:39:58 +00:00
|
|
|
<field id="quickPlayNode" alias="homeRows.quickPlayNode" />
|
2020-03-25 04:20:37 +00:00
|
|
|
<field id="timeLastRefresh" type="integer" />
|
2020-03-24 00:45:40 +00:00
|
|
|
<function name="refresh" />
|
2020-12-08 15:56:13 +00:00
|
|
|
<function name="loadLibraries" />
|
2020-03-03 23:01:13 +00:00
|
|
|
</interface>
|
|
|
|
<script type="text/brightscript" uri="Home.brs" />
|
|
|
|
</component>
|