diff options
author | phil65 <philipptemminghoff@gmx.de> | 2016-03-20 08:02:11 +0100 |
---|---|---|
committer | phil65 <philipptemminghoff@gmx.de> | 2016-03-20 08:02:11 +0100 |
commit | 275feef96ea93c2ee5706c929fc5e8139561098a (patch) | |
tree | 1218185209a89444728dcca2bb0c544afb6ae63f /addons/skin.estuary/playlists | |
parent | 1a29dcf86eb28a2b62a9890a307d25dc1b976e93 (diff) |
[Estuary] Skin sync
Diffstat (limited to 'addons/skin.estuary/playlists')
-rw-r--r-- | addons/skin.estuary/playlists/mostplayed_albums.xsp | 3 |
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> |