Skip to content

Commit

Permalink
Use Confluence default for Music.
Browse files Browse the repository at this point in the history
  • Loading branch information
jingai committed Sep 30, 2015
1 parent a7c78db commit 72e2ec6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions 720p/script-skinshortcuts-includes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,9 @@
<property name="widgetType">music</property>
<property name="background">home\music\</property>
<property name="backgroundName">$LOCALIZE[10005]</property>
<visible>Library.HasContent(Music)</visible>
<onclick>ActivateWindow(MusicLibrary,musicdb://files/,return)</onclick>
<property name="path">ActivateWindow(MusicLibrary,musicdb://files/,return)</property>
<property name="list">musicdb://files/</property>
<onclick>ActivateWindow(Music)</onclick>
<property name="path">ActivateWindow(Music)</property>
<property name="list">Music</property>
<visible>StringCompare(System.ProfileName,Master user)</visible>
<property name="submenuVisibility">music</property>
<property name="group">mainmenu</property>
Expand Down
2 changes: 1 addition & 1 deletion shortcuts/mainmenu.DATA.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<label>10005</label>
<label2>32034</label2>
<icon>home_icons/music.png</icon>
<action>ActivateWindow(MusicLibrary,musicdb://files/,return)</action>
<action>ActivateWindow(Music)</action>
<defaultID>music</defaultID>
</shortcut>
<shortcut>
Expand Down

0 comments on commit 72e2ec6

Please sign in to comment.