diff options
Diffstat (limited to 'libpiano')
| -rw-r--r-- | libpiano/src/piano.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/libpiano/src/piano.h b/libpiano/src/piano.h index 95cab26..f134162 100644 --- a/libpiano/src/piano.h +++ b/libpiano/src/piano.h @@ -61,7 +61,7 @@ struct PianoStation {  	/* disabled: isNew */  	/* disabled: transformType */  	//char *idToken; -	//signed isQuickMix; +	//char isQuickMix;  	char *name;  	char *id;  	struct PianoStation *next; @@ -96,7 +96,7 @@ struct PianoSong {  	/* disabled: albumExplorerUrl */  	/* disabled: amazonUrl */  	char *audioUrl; -	//signed onTour; +	//char onTour;  	/* disabled: itunesUrl */  	char *musicId;  	char *title; | 
