Skip to content

Commit

Permalink
Updated htbackdrops uri
Browse files Browse the repository at this point in the history
  • Loading branch information
ok100 committed Aug 13, 2013
1 parent b84749c commit f1965f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/intern/backdrops/htbackdrops.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#include "../../apikeys.h"
#include "../../stringlib.h"

#define HTBACKDROPS_URL "http://htbackdrops.com/api/%s" \
#define HTBACKDROPS_URL "http://htbackdrops.org/api/%s" \
"/searchXML?keywords=${artist}&default_operator=and&" \
"fields=title&inc=mb_name&limit=%d&dmax_w=%d&dmin_h=%d"

Expand Down Expand Up @@ -82,7 +82,7 @@ static GList * backdrops_htbackdrops_parse (cb_object * capo)
if (id != NULL)
{
GlyrMemCache * result = DL_init();
result->data = g_strdup_printf ("http://htbackdrops.com/api/"API_KEY_HTBACK"/download/%s/fullsize",id);
result->data = g_strdup_printf ("http://htbackdrops.org/api/"API_KEY_HTBACK"/download/%s/fullsize",id);
result->size = strlen (result->data);
result_list = g_list_prepend (result_list,result);
g_free (id);
Expand Down

0 comments on commit f1965f2

Please sign in to comment.