jf-roku/components/data/MusicSongData.xml

12 lines
422 B
XML
Raw Normal View History

2022-05-14 21:14:15 +00:00
<?xml version="1.0" encoding="utf-8" ?>
2022-09-27 01:26:17 +00:00
<component name="MusicSongData" extends="JFContentItem">
2022-05-14 21:14:15 +00:00
<interface>
<field id="id" type="string" />
<field id="title" type="string" />
<field id="trackNumber" type="integer" />
2022-05-14 21:14:15 +00:00
<field id="image" type="node" onChange="setPoster" />
<field id="overview" type="string" />
</interface>
<script type="text/brightscript" uri="MusicSongData.brs" />
</component>