[goobox] download only 5 albums when searching for album title



commit 3d84bbf42921ad47473c4fcfcf4bca766c4d5a9b
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Sun Apr 14 12:59:12 2013 +0200

    download only 5 albums when searching for album title
    
    instead of 10, to speed up the searching action.

 src/metadata.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/metadata.c b/src/metadata.c
index 96ee696..cffa6aa 100644
--- a/src/metadata.c
+++ b/src/metadata.c
@@ -574,7 +574,7 @@ search_album_by_title_thread (GSimpleAsyncResult *result,
        param_names[0] = g_strdup ("query");
        param_values[0] = g_strdup_printf ("title:%s", data->title);
        param_names[1] = g_strdup ("limit");
-       param_values[1] = g_strdup ("10");
+       param_values[1] = g_strdup ("5");
        param_names[2] = NULL;
        param_values[2] = NULL;
 


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