[banshee] Tweak "Least Favorite" smart playlist to not pick unrated songs



commit 3f7160b1a739d55c3b7804de7e5caf7eda961236
Author: Dinh Ngoc Tu <devper94 gmail com>
Date:   Fri Jun 10 17:48:53 2011 +0700

    Tweak "Least Favorite" smart playlist to not pick unrated songs
    
    Fixes bgo#651914.
    
    Signed-off-by: Bertrand Lorentz <bertrand lorentz gmail com>

 .../Banshee.Library/MusicLibrarySource.cs          |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Core/Banshee.Services/Banshee.Library/MusicLibrarySource.cs b/src/Core/Banshee.Services/Banshee.Library/MusicLibrarySource.cs
index 437f377..e1432c2 100644
--- a/src/Core/Banshee.Services/Banshee.Library/MusicLibrarySource.cs
+++ b/src/Core/Banshee.Services/Banshee.Library/MusicLibrarySource.cs
@@ -151,7 +151,7 @@ namespace Banshee.Library
             new SmartPlaylistDefinition (
                 Catalog.GetString ("Least Favorite"),
                 Catalog.GetString ("Songs rated one or two stars or that you have frequently skipped"),
-                "rating<3 or skips>4"),
+                "rating=1 or rating=2 or skips>4"),
 
             new SmartPlaylistDefinition (
                 Catalog.GetString ("700 MB of Favorites"),



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