diff options
Diffstat (limited to 'src/libpiano/piano.h')
-rw-r--r-- | src/libpiano/piano.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |