From a711635a5a031107da3ecc0b0e1c939277e34572 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Wed, 2 Jul 2008 20:46:38 +0200 Subject: client: Initial quickmix station selection support --- libpiano/src/piano.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'libpiano/src/piano.h') diff --git a/libpiano/src/piano.h b/libpiano/src/piano.h index 121f0db..93c9fc1 100644 --- a/libpiano/src/piano.h +++ b/libpiano/src/piano.h @@ -23,7 +23,7 @@ THE SOFTWARE. #ifndef _PIANO_H #define _PIANO_H -/* this is our public API; don't expect this api to be stable, as long +/* this is our public API; don't expect this api to be stable as long as * pandora does not provide a stable api * all strings _must_ be utf-8 encoded. i won't care, but pandora does. so * be nice and check the encoding of your strings. thanks :) */ @@ -61,7 +61,8 @@ struct PianoStation { /* disabled: isNew */ /* disabled: transformType */ //char *idToken; - //char isQuickMix; + char isQuickMix; + char useQuickMix; /* station will be included in quickmix */ char *name; char *id; struct PianoStation *next; @@ -167,5 +168,6 @@ PianoReturn_t PianoCreateStation (PianoHandle_t *ph, char *musicId); PianoReturn_t PianoStationAddMusic (PianoHandle_t *ph, PianoStation_t *station, char *musicId); PianoReturn_t PianoSongTired (PianoHandle_t *ph, PianoSong_t *song); +PianoReturn_t PianoSetQuickmix (PianoHandle_t *ph); #endif /* _PIANO_H */ -- cgit v1.2.3