jf-roku/components/music/AlbumGrid.xml

9 lines
309 B
XML
Raw Normal View History

2022-05-14 02:35:50 +00:00
<?xml version="1.0" encoding="utf-8" ?>
2022-07-19 02:28:06 +00:00
<component name="AlbumGrid" extends="PosterGrid">
2022-05-14 02:35:50 +00:00
<interface>
<field id="MusicArtistAlbumData" type="assocarray" onChange="getData" />
2022-07-19 02:28:06 +00:00
<field id="infocus" type="boolean" />
2022-05-14 02:35:50 +00:00
</interface>
2022-07-19 02:28:06 +00:00
<script type="text/brightscript" uri="AlbumGrid.brs" />
2022-05-14 02:35:50 +00:00
</component>