[gnome-music] query: Use entry id for Playlist entries



commit 72ac42e5b0f9f63f5ab89dc33f52dd9cf2dc0d01
Author: Arnel Borja <arnelborja src gnome org>
Date:   Tue Jun 3 21:53:34 2014 +0800

    query: Use entry id for Playlist entries

 gnomemusic/query.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnomemusic/query.py b/gnomemusic/query.py
index 9eb45cf..3ed1346 100644
--- a/gnomemusic/query.py
+++ b/gnomemusic/query.py
@@ -493,7 +493,7 @@ class Query():
         query = '''
     SELECT
         rdf:type(?song)
-        tracker:id(?song) AS id
+        tracker:id(?entry) AS id
         nie:url(?song) AS url
         nie:title(?song) AS title
         nmm:artistName(nmm:performer(?song)) AS artist


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