From 349bb987049eac94867c6a556449b57ca4674546 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Thu, 22 Sep 2011 12:22:14 +0200 Subject: piano: Protocol version bump (v32) Keys stay the same. Quickmix and seed suggestion API calls changed. Listener id is not part of the url any more. Bookmark API calls seem to be deprecated. --- src/libpiano/piano.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libpiano/piano.h') diff --git a/src/libpiano/piano.h b/src/libpiano/piano.h index 54eab3a..7b692c6 100644 --- a/src/libpiano/piano.h +++ b/src/libpiano/piano.h @@ -34,7 +34,6 @@ THE SOFTWARE. typedef struct PianoUserInfo { char *webAuthToken; - char *listenerId; char *authToken; } PianoUserInfo_t; @@ -217,6 +216,7 @@ typedef struct { } PianoRequestDataExplain_t; typedef struct { + PianoStation_t *station; char *musicId; unsigned short max; PianoSearchResult_t searchResult; -- cgit v1.2.3