aboutsummaryrefslogtreecommitdiff
path: root/addons/skin.estuary/playlists
diff options
context:
space:
mode:
authorphil65 <philipptemminghoff@gmx.de>2016-03-20 08:02:11 +0100
committerphil65 <philipptemminghoff@gmx.de>2016-03-20 08:02:11 +0100
commit275feef96ea93c2ee5706c929fc5e8139561098a (patch)
tree1218185209a89444728dcca2bb0c544afb6ae63f /addons/skin.estuary/playlists
parent1a29dcf86eb28a2b62a9890a307d25dc1b976e93 (diff)
[Estuary] Skin sync
Diffstat (limited to 'addons/skin.estuary/playlists')
-rw-r--r--addons/skin.estuary/playlists/mostplayed_albums.xsp3
1 files changed, 3 insertions, 0 deletions
diff --git a/addons/skin.estuary/playlists/mostplayed_albums.xsp b/addons/skin.estuary/playlists/mostplayed_albums.xsp
index 2191c1de44..605dff23ab 100644
--- a/addons/skin.estuary/playlists/mostplayed_albums.xsp
+++ b/addons/skin.estuary/playlists/mostplayed_albums.xsp
@@ -3,5 +3,8 @@
<name>Most played albums</name>
<match>all</match>
<limit>10</limit>
+ <rule field="playcount" operator="greaterthan">
+ <value>0</value>
+ </rule>
<order direction="descending">playcount</order>
</smartplaylist>