From 2b31c97de6fa541719cd26f9a61053cfc0e71203 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Thu, 18 Nov 2010 21:21:55 +0100 Subject: Show custom rating icon in upcoming/history song list Closes issue #54 --- src/main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index d401e65..b582baf 100644 --- a/src/main.c +++ b/src/main.c @@ -259,7 +259,8 @@ int main (int argc, char **argv) { } /* song ready to play */ if (app.playlist != NULL) { - BarUiPrintSong (app.playlist, app.curStation->isQuickMix ? + BarUiPrintSong (&app.settings, app.playlist, + app.curStation->isQuickMix ? PianoFindStationById (app.ph.stations, app.playlist->stationId) : NULL); -- cgit v1.2.3