[gnome-music] Remove offset setting in query since it does not work with grilo master
- From: Seif Lotfy <seiflotfy src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music] Remove offset setting in query since it does not work with grilo master
- Date: Thu, 4 Apr 2013 12:21:16 +0000 (UTC)
commit 33d70b3c8908a60fdac35456aa1bc76235def490
Author: Seif Lotfy <seif lotfy com>
Date: Thu Apr 4 14:20:50 2013 +0200
Remove offset setting in query since it does not work with grilo master
src/grilo.js | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/grilo.js b/src/grilo.js
index 443e143..4d92564 100644
--- a/src/grilo.js
+++ b/src/grilo.js
@@ -76,7 +76,6 @@ const Grilo = new Lang.Class({
populateItems: function (query, offset, callback) {
var options = Grl.OperationOptions.new(null);
options.set_flags (Grl.ResolutionFlags.FULL | Grl.ResolutionFlags.IDLE_RELAY);
- query += " OFFSET " + offset;
options.set_skip (offset);
options.set_count(50);
print ("populateItems:", query);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]