2022-05-14 02:35:50 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
2022-08-06 00:06:48 +00:00
|
|
|
<component name="AlbumTrackList" extends="MarkupList">
|
2022-05-14 02:35:50 +00:00
|
|
|
<interface>
|
|
|
|
<field id="MusicArtistAlbumData" type="assocarray" onChange="getData" />
|
2022-08-06 00:06:48 +00:00
|
|
|
<field id="doneLoading" type="boolean" value="false"/>
|
2022-05-14 02:35:50 +00:00
|
|
|
</interface>
|
2022-07-19 00:42:22 +00:00
|
|
|
<script type="text/brightscript" uri="AlbumTrackList.brs" />
|
2022-05-14 02:35:50 +00:00
|
|
|
</component>
|