fix music playlists

This commit is contained in:
theDeadMan 2019-02-22 18:46:26 +00:00
parent 8d1999b0dd
commit a2e65c40f6
2 changed files with 3 additions and 3 deletions

View File

@ -4,9 +4,9 @@
<include>fadeInOut</include> <include>fadeInOut</include>
<controls> <controls>
<include>modalDialog</include> <include>modalDialog</include>
<control type="textbox"> <control type="label">
<visible>integer.IsGreater(Container(996).NumItems,0)</visible> <visible>integer.IsGreater(Container(996).NumItems,0)</visible>
<posx>384</posx> <posx>408</posx>
<posy>5-row</posy> <posy>5-row</posy>
<width>12-col</width> <width>12-col</width>
<height>2-row</height> <height>2-row</height>

View File

@ -3,7 +3,7 @@
<defaultcontrol always="true">9999</defaultcontrol> <defaultcontrol always="true">9999</defaultcontrol>
<include>fadeInOut</include> <include>fadeInOut</include>
<onload>Skin.SetString(recentitems,music)</onload> <onload>Skin.SetString(recentitems,music)</onload>
<views>50,51,52,53,54,55,56,57</views> <views>50,51,52,53,54,55,56,57,59</views>
<controls> <controls>
<include>globalBackground</include> <include>globalBackground</include>
<control type="group"> <control type="group">