From 1be3f982c472341d7997a8fefcfe288a41568634 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Wed, 9 Nov 2011 13:32:05 +0100 Subject: piano: Protocol version bump (v33) addFeedback call changed. Input keys changed. Thanks to ZigZagJoe. Closes #171 --- src/ui_act.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/ui_act.c') diff --git a/src/ui_act.c b/src/ui_act.c index 029be91..80e3b71 100644 --- a/src/ui_act.c +++ b/src/ui_act.c @@ -257,10 +257,9 @@ BarUiActCallback(BarUiActDebug) { "fileGain:\t%f\n" "musicId:\t%s\n" "rating:\t%i\n" - "songType:\t%i\n" "stationId:\t%s\n" - "testStrategy:\t%i\n" "title:\t%s\n" + "trackToken:\t%s\n" "userSeed:\t%s\n", selSong->album, selSong->artist, @@ -271,10 +270,9 @@ BarUiActCallback(BarUiActDebug) { selSong->fileGain, selSong->musicId, selSong->rating, - selSong->songType, selSong->stationId, - selSong->testStrategy, selSong->title, + selSong->trackToken, selSong->userSeed); } -- cgit v1.2.3