aboutsummaryrefslogtreecommitdiff
path: root/addons/skin.estuary/xml/Includes_Home.xml
diff options
context:
space:
mode:
authorKai Sommerfeld <kai.sommerfeld@gmx.com>2022-10-18 23:14:09 +0200
committerKai Sommerfeld <kai.sommerfeld@gmx.com>2022-10-26 19:30:32 +0200
commite91c8308fd4edf4eefb04bcc87e0f87b3c440311 (patch)
tree1b632e3a4e5934ba1107999e759ed65bde09ca3c /addons/skin.estuary/xml/Includes_Home.xml
parent34740c8cbc84878388ca08009f11f4bafd228fe7 (diff)
[Estuary] Add skin setting to control music album select action (currently 'browse into' and 'play' supported').
Diffstat (limited to 'addons/skin.estuary/xml/Includes_Home.xml')
-rw-r--r--addons/skin.estuary/xml/Includes_Home.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/addons/skin.estuary/xml/Includes_Home.xml b/addons/skin.estuary/xml/Includes_Home.xml
index 24c6ea5a0c..cde8a85e90 100644
--- a/addons/skin.estuary/xml/Includes_Home.xml
+++ b/addons/skin.estuary/xml/Includes_Home.xml
@@ -213,6 +213,7 @@
<param name="sortorder">ascending</param>
<param name="widget_limit">15</param>
<param name="fallback_icon">DefaultAudio.png</param>
+ <param name="onclick_condition">false</param>
<definition>
<include content="CategoryLabel">
<param name="label">$PARAM[widget_header]</param>
@@ -229,6 +230,7 @@
<top>120</top>
<right>0</right>
<height>500</height>
+ <onclick condition="$PARAM[onclick_condition]">$PARAM[onclick_action]</onclick>
<include content="WidgetListCommon">
<param name="list_id" value="$PARAM[list_id]"/>
</include>