[gnome-music/wip/merge: 116/343] grilo: use correct query for albums



commit 03eadfa0dad9277b47f391b2b7cfa2b00bb6355c
Author: Vadim Rutkovsky <vrutkovs redhat com>
Date:   Mon Jul 15 16:36:21 2013 +0200

    grilo: use correct query for albums

 gnomemusic/grilo.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnomemusic/grilo.py b/gnomemusic/grilo.py
index 60c9c12..3ccfef4 100644
--- a/gnomemusic/grilo.py
+++ b/gnomemusic/grilo.py
@@ -50,7 +50,7 @@ class Grilo(GObject.GObject):
         self.populateItems(Query.artist, offset, callback)
 
     def populateAlbums(self, offset, callback, count=50):
-        self.populateItems(Query.album, offset, callback, count)
+        self.populateItems(Query.ALBUMS, offset, callback, count)
 
     def populateSongs(self, offset, callback):
         self.populateItems(Query.songs, offset, callback)


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