diff options
Diffstat (limited to 'src/ui_act.c')
| -rw-r--r-- | src/ui_act.c | 6 | 
1 files changed, 3 insertions, 3 deletions
| 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"; | 
