From f60ead4306546d28eeb7fc07e82e9b61707c4a89 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sat, 16 Aug 2008 11:59:07 +0200 Subject: piano: Replace statistics sent to pandora by 0's We won't count the seconds we played a particular station. 0 should be fine. --- libpiano/src/main.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libpiano') diff --git a/libpiano/src/main.c b/libpiano/src/main.c index dbc273b..7eaba25 100644 --- a/libpiano/src/main.c +++ b/libpiano/src/main.c @@ -277,8 +277,8 @@ PianoReturn_t PianoGetPlaylist (PianoHandle_t *ph, const char *stationId) { "%li" "%s" "%s" - "15941546" - "181840822" + "0" + "0" "" "" "aacplus" @@ -286,8 +286,8 @@ PianoReturn_t PianoGetPlaylist (PianoHandle_t *ph, const char *stationId) { stationId); requestStr = PianoEncryptString (xmlSendBuf); snprintf (url, sizeof (url), PIANO_RPC_URL - "rid=%s&lid=%s&method=getFragment&arg1=%s&arg2=15941546" - "&arg3=181840822&arg4=&arg5=&arg6=aacplus", ph->routeId, + "rid=%s&lid=%s&method=getFragment&arg1=%s&arg2=0" + "&arg3=0&arg4=&arg5=&arg6=aacplus", ph->routeId, ph->user.listenerId, stationId); if ((ret = PianoHttpPost (ph->curlHandle, url, requestStr, &retStr)) == -- cgit v1.2.3