jf-roku/components/data/PlaylistData.xml

11 lines
374 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8" ?>
<component name="PlaylistData" extends="JFContentItem">
<interface>
<field id="id" type="string" />
<field id="title" type="string" />
<field id="image" type="node" onChange="setPoster" />
<field id="overview" type="string" />
</interface>
<script type="text/brightscript" uri="PlaylistData.brs" />
</component>