14 lines
498 B
XML
14 lines
498 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<component name="Home" extends="JFScreen">
|
|
<children>
|
|
<Poster id="backdrop" loadDisplayMode="scaleToZoom" width="1920" height="1200" />
|
|
<HomeRows id="homeRows" />
|
|
<OptionsSlider id="options" />
|
|
</children>
|
|
<interface>
|
|
<field id="selectedItem" alias="homeRows.selectedItem" />
|
|
<field id="quickPlayNode" alias="homeRows.quickPlayNode" />
|
|
<function name="refresh" />
|
|
<function name="loadLibraries" />
|
|
</interface>
|
|
</component> |