summaryrefslogtreecommitdiff
path: root/plugins/artwork/lastfm.c
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2011-10-22 20:20:30 +0200
committerGravatar waker <wakeroid@gmail.com>2011-10-22 20:20:30 +0200
commit50208fdf54d7afaf8b42abc511ddc675b9475184 (patch)
tree935f9e10f025c77817e851e1a5e8aa3de4a607fd /plugins/artwork/lastfm.c
parentfa4e0ba82b277a4646f1dc42ce575e714b7b131c (diff)
fixed last.fm api key
Diffstat (limited to 'plugins/artwork/lastfm.c')
-rw-r--r--plugins/artwork/lastfm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/artwork/lastfm.c b/plugins/artwork/lastfm.c
index 91972c8a..5b5cedd4 100644
--- a/plugins/artwork/lastfm.c
+++ b/plugins/artwork/lastfm.c
@@ -11,7 +11,7 @@
#include "escape.h"
#define BASE_URL "http://ws.audioscrobbler.com/2.0/"
-#define API_KEY "b25b959554ed76058ac220b7b2e0a026"
+#define API_KEY "6b33c8ae4d598a9aff8fe63e334e6e86"
//#define trace(...) { fprintf(stderr, __VA_ARGS__); }
#define trace(...)