diff options
author | zag2me <doowles2@hotmail.com> | 2018-05-29 17:32:44 +0100 |
---|---|---|
committer | zag2me <doowles2@hotmail.com> | 2018-05-29 17:32:44 +0100 |
commit | 3803d478681b6d09a9bef4af64b9f2d797ae9817 (patch) | |
tree | 85f5654beb277bf8999fd4db2eed64c195422af1 /addons | |
parent | 4df422d9f0ebd6a7569ea37df2e27c0fde3867e4 (diff) |
[Estuary] Fix Music Video skin home target so nodes work
Diffstat (limited to 'addons')
-rw-r--r-- | addons/skin.estuary/xml/Home.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addons/skin.estuary/xml/Home.xml b/addons/skin.estuary/xml/Home.xml index 80ee97df8c..baab2ff7db 100644 --- a/addons/skin.estuary/xml/Home.xml +++ b/addons/skin.estuary/xml/Home.xml @@ -670,7 +670,7 @@ <include>WidgetGroupListCommon</include> <pagecontrol>16010</pagecontrol> <include content="WidgetListCategories" condition="Library.HasContent(musicvideos) + !Skin.HasSetting(home_no_categories_widget)"> - <param name="content_path" value="library://music/musicvideos/"/> + <param name="content_path" value="library://video/musicvideos/"/> <param name="widget_header" value="$LOCALIZE[31148]"/> <param name="widget_target" value="videos"/> <param name="list_id" value="16900"/> |