jf-roku/components/JFGroup.xml
2019-10-14 20:55:29 -05:00

10 lines
352 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<component name="JFGroup" extends="Group">
<interface>
<field id="backPressed" type="boolean" alwaysNotify="true" />
<field id="lastFocus" type="node" />
<field id="overhangTitle" value="Jellyfin" type="string" />
</interface>
<script type="text/brightscript" uri="JFGroup.brs" />
</component>