2023-03-09 19:35:29 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2020-03-03 23:01:13 +00:00
|
|
|
<component name="HomeRows" extends="RowList">
|
|
|
|
<interface>
|
2020-03-19 14:19:49 +00:00
|
|
|
<field id="selectedItem" type="node" alwaysNotify="true" />
|
2020-12-06 04:59:32 +00:00
|
|
|
<field id="userConfig" type="assocarray" />
|
2020-12-08 08:39:58 +00:00
|
|
|
<field id="quickPlayNode" type="node" alwaysNotify="true" />
|
2020-03-24 00:45:40 +00:00
|
|
|
<function name="updateHomeRows" />
|
2020-12-08 15:56:13 +00:00
|
|
|
<function name="loadLibraries" />
|
2020-03-03 23:01:13 +00:00
|
|
|
</interface>
|
2023-03-09 19:35:29 +00:00
|
|
|
<script type="text/brightscript" uri="HomeRows.brs" />
|
|
|
|
<script type="text/brightscript" uri="pkg:/source/utils/misc.brs" />
|
|
|
|
</component>
|