jf-roku/components/music/AlbumGrid.xml

10 lines
398 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-09-03 20:06:57 +00:00
<field id="escape" type="string" alwaysNotify="true" />
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-09-27 01:26:17 +00:00
<script type="text/brightscript" uri="pkg:/source/utils/misc.brs" />
2022-05-14 02:35:50 +00:00
</component>