From 349bb987049eac94867c6a556449b57ca4674546 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Thu, 22 Sep 2011 12:22:14 +0200 Subject: piano: Protocol version bump (v32) Keys stay the same. Quickmix and seed suggestion API calls changed. Listener id is not part of the url any more. Bookmark API calls seem to be deprecated. --- src/ui_act.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/ui_act.c') diff --git a/src/ui_act.c b/src/ui_act.c index 6bdecf4..c1e7cb7 100644 --- a/src/ui_act.c +++ b/src/ui_act.c @@ -98,8 +98,8 @@ BarUiActCallback(BarUiActAddMusic) { assert (selStation != NULL); - reqData.musicId = BarUiSelectMusicId (app, app->playlist->musicId, - "Add artist or title to station: "); + reqData.musicId = BarUiSelectMusicId (app, selStation, + selSong, "Add artist or title to station: "); if (reqData.musicId != NULL) { if (!BarTransformIfShared (app, selStation)) { return; @@ -147,7 +147,7 @@ BarUiActCallback(BarUiActCreateStation) { WaitressReturn_t wRet; PianoRequestDataCreateStation_t reqData; - reqData.id = BarUiSelectMusicId (app, NULL, + reqData.id = BarUiSelectMusicId (app, NULL, NULL, "Create station from artist or title: "); if (reqData.id != NULL) { reqData.type = "mi"; -- cgit v1.2.3