[rhythmbox] fix the 'type' criterion in the default auto playlists (bug #628076)



commit 6dfe0ea804febb60b1ead6288bd58413d8053a01
Author: Jonathan Matthew <jonathan d14n org>
Date:   Fri Aug 27 09:01:27 2010 +1000

    fix the 'type' criterion in the default auto playlists (bug #628076)

 data/playlists.xml.in |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/data/playlists.xml.in b/data/playlists.xml.in
index 8e440f7..5ad9ece 100644
--- a/data/playlists.xml.in
+++ b/data/playlists.xml.in
@@ -3,7 +3,7 @@
   <playlist type="automatic" limit-count="0" limit-size="0" limit-time="0" sort-key="FirstSeen" sort-direction="1">
     <_name>Recently Added</_name>
     <conjunction>
-      <equals prop="type">0</equals>
+      <equals prop="type">song</equals>
       <subquery>
         <conjunction>
           <current-time-within prop="first-seen">604800</current-time-within>
@@ -14,7 +14,7 @@
   <playlist type="automatic" limit-count="0" limit-size="0" limit-time="0" sort-key="LastPlayed" sort-direction="1">
     <_name>Recently Played</_name>
     <conjunction>
-      <equals prop="type">0</equals>
+      <equals prop="type">song</equals>
       <subquery>
         <conjunction>
           <current-time-within prop="last-played">604800</current-time-within>
@@ -25,7 +25,7 @@
   <playlist type="automatic" limit-count="0" limit-size="0" limit-time="0" sort-key="Rating" sort-direction="1">
     <_name>My Top Rated</_name>
     <conjunction>
-      <equals prop="type">0</equals>
+      <equals prop="type">song</equals>
       <subquery>
         <conjunction>
           <greater prop="rating">4.000000</greater>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]