Ubuntu Pastebin

Paste from jdstrand at Tue, 9 Jun 2015 14:11:24 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
$ cat ./debian/patches/grilo-container-max-tracks.patch
Index: rhythmbox-3.1/plugins/grilo/rb-grilo-source.c
===================================================================
--- rhythmbox-3.1.orig/plugins/grilo/rb-grilo-source.c
+++ rhythmbox-3.1/plugins/grilo/rb-grilo-source.c
@@ -51,7 +51,7 @@
 /* maximum number of tracks to fetch before stopping and
  * requiring the user to ask for more.
  */
-#define CONTAINER_MAX_TRACKS		1000
+#define CONTAINER_MAX_TRACKS		15000
 
 /* number of items to fetch at once */
 #define CONTAINER_FETCH_SIZE		50
Download as text