aboutsummaryrefslogtreecommitdiff
path: root/addons
diff options
context:
space:
mode:
authorMiguel Borges de Freitas <92enen@gmail.com>2023-10-29 17:13:48 +0000
committerGitHub <noreply@github.com>2023-10-29 17:13:48 +0000
commit950a081b2dabb76b5bd1fbf9cefa6e23abe5e5ec (patch)
tree5342e8099bdd4ec202bf3324b3d2c4bf65fe08fb /addons
parent9dd8a5b99b0071c062db586db9b743081b988124 (diff)
parentc4811ef34a2d92ae6a5bc9d3019612fc36e0c02a (diff)
Merge pull request #24000 from HitcherUK/master
[Estuary] Fix home categories focus position
Diffstat (limited to 'addons')
-rw-r--r--addons/skin.estuary/xml/Includes_Home.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/addons/skin.estuary/xml/Includes_Home.xml b/addons/skin.estuary/xml/Includes_Home.xml
index 753e184082..606e4c2070 100644
--- a/addons/skin.estuary/xml/Includes_Home.xml
+++ b/addons/skin.estuary/xml/Includes_Home.xml
@@ -378,9 +378,9 @@
</control>
</control>
</focusedlayout>
- <content target="$PARAM[widget_target]" limit="$PARAM[item_limit]" browse="$PARAM[browse_mode]">$PARAM[content_path]</content>
<include condition="$PARAM[additional_movie_items]" content="MovieSubmenuItems" />
<include condition="$PARAM[additional_tvshow_items]" content="TVShowSubmenuItems" />
+ <content target="$PARAM[widget_target]" limit="$PARAM[item_limit]" browse="$PARAM[browse_mode]">$PARAM[content_path]</content>
</control>
</definition>
</include>