aboutsummaryrefslogtreecommitdiff
path: root/addons/skin.estouchy
diff options
context:
space:
mode:
authorrobertxgray <robertxgray@gmail.com>2018-11-09 17:50:00 +0100
committerrobertxgray <robertxgray@gmail.com>2018-11-09 17:50:00 +0100
commit1e2cd3cc1427da3aa7092281026e181ab2f31f3d (patch)
treeab80235a4579deef9c515a257f2afb95bfc9308b /addons/skin.estouchy
parenta948f998d91724407ab90a89ddc0ae2745021aa0 (diff)
[skin.estouchy] Fix order in Recent Movies
Diffstat (limited to 'addons/skin.estouchy')
-rw-r--r--addons/skin.estouchy/xml/IncludesHomeRecentlyAdded.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/addons/skin.estouchy/xml/IncludesHomeRecentlyAdded.xml b/addons/skin.estouchy/xml/IncludesHomeRecentlyAdded.xml
index 2818c81649..dc4675b43c 100644
--- a/addons/skin.estouchy/xml/IncludesHomeRecentlyAdded.xml
+++ b/addons/skin.estouchy/xml/IncludesHomeRecentlyAdded.xml
@@ -107,7 +107,7 @@
<texture border="5">thumb_focus.png</texture>
</control>
</focusedlayout>
- <content target="movies" sortby="date" limit="10">videodb://recentlyaddedmovies/</content>
+ <content target="movies" limit="10">videodb://recentlyaddedmovies/</content>
</control>
<control type="panel" id="2200">
<visible>Library.HasContent(TVShows) + Container(9010).HasFocus(2)</visible>