From 00cfc5e626abc51df4b728a064697616cf7aae02 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sat, 19 Jul 2008 12:11:12 +0200 Subject: Rate "shared stations" correctly by transforming them to private stations --- libpiano/src/piano.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libpiano/src/piano.h') diff --git a/libpiano/src/piano.h b/libpiano/src/piano.h index 07b9791..172c13d 100644 --- a/libpiano/src/piano.h +++ b/libpiano/src/piano.h @@ -53,7 +53,7 @@ struct PianoUserInfo { typedef struct PianoUserInfo PianoUserInfo_t; struct PianoStation { - //char isCreator; + char isCreator; /* disabled: originalStationId */ //char **genre; //unsigned int originalCreatorId; @@ -183,5 +183,7 @@ PianoReturn_t PianoSetQuickmix (PianoHandle_t *ph); PianoStation_t *PianoFindStationById (PianoStation_t *stations, char *searchStation); PianoReturn_t PianoGetGenreStations (PianoHandle_t *ph); +PianoReturn_t PianoTransformShared (PianoHandle_t *ph, + PianoStation_t *station); #endif /* _PIANO_H */ -- cgit v1.2.3