jf-roku/components/music/AlbumGrid.xml

7 lines
267 B
XML
Raw Normal View History

<?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>
</component>