[gnome-music] grilo: Fix the lookup duplication just introduced



commit 7e2a38b475618060086d7ffa90f350b07f0582f5
Author: Marinus Schraal <mschraal src gnome org>
Date:   Thu Nov 3 11:58:06 2016 +0100

    grilo: Fix the lookup duplication just introduced

 gnomemusic/grilo.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/gnomemusic/grilo.py b/gnomemusic/grilo.py
index a3bf159..b498bb0 100644
--- a/gnomemusic/grilo.py
+++ b/gnomemusic/grilo.py
@@ -259,7 +259,6 @@ class Grilo(GObject.GObject):
         if album.get_source() == 'grl-tracker-source':
             GLib.idle_add(self.populate_items,
                           Query.album_songs(album.get_id()), 0, callback, count)
-            self.populate_items(Query.album_songs(album.get_id()), 0, callback, count)
         else:
             source = self.sources[album.get_source()]
             length = len(album.tracks)


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