diff options
author | Lars-Dominik Braun <PromyLOPh@lavabit.com> | 2010-02-22 13:54:17 +0100 |
---|---|---|
committer | Lars-Dominik Braun <PromyLOPh@lavabit.com> | 2010-02-22 13:54:17 +0100 |
commit | 6805c071a9a658d7c4731e414c27610af4084e55 (patch) | |
tree | 6be4e1e3c0c3d8bd116fed61de35bbdcbc528f29 /libwardrobe/src | |
parent | ae7ede8a7fcc3b65b58711ca51a125f593b5dd8a (diff) | |
download | pianobar-6805c071a9a658d7c4731e414c27610af4084e55.tar.gz pianobar-6805c071a9a658d7c4731e414c27610af4084e55.tar.bz2 pianobar-6805c071a9a658d7c4731e414c27610af4084e55.zip |
wardrobe: Replaced last.fm client identifier
Diffstat (limited to 'libwardrobe/src')
-rw-r--r-- | libwardrobe/src/wardrobe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libwardrobe/src/wardrobe.c b/libwardrobe/src/wardrobe.c index a3b9c43..bcde316 100644 --- a/libwardrobe/src/wardrobe.c +++ b/libwardrobe/src/wardrobe.c @@ -96,7 +96,7 @@ static WardrobeReturn_t WardrobeHandshake (WardrobeHandle_t *wh) { tmpDigest = WardrobeMd5Calc (wh->password); snprintf (tmp, sizeof (tmp), "%s%li", tmpDigest, currTStamp); pwDigest = WardrobeMd5Calc (tmp); - snprintf (url, sizeof (url), "/?hs=true&p=1.2&c=tst&v=1.0&u=%s&t=%li&a=%s", + snprintf (url, sizeof (url), "/?hs=true&p=1.2&c=pia&v=1.0&u=%s&t=%li&a=%s", wh->user, currTStamp, pwDigest); WaitressSetHPP (&wh->waith, "post.audioscrobbler.com", "80", url); |