summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorLars-Dominik Braun <PromyLOPh@lavabit.com>2010-11-18 21:21:55 +0100
committerLars-Dominik Braun <PromyLOPh@lavabit.com>2010-11-21 12:35:28 +0100
commit2b31c97de6fa541719cd26f9a61053cfc0e71203 (patch)
treed131aadb5277d293199666651810c547f4d0152d /src/main.c
parentc58688994ae409c4d9c748a9bc2add16ca02e6de (diff)
downloadpianobar-windows-2b31c97de6fa541719cd26f9a61053cfc0e71203.tar.gz
pianobar-windows-2b31c97de6fa541719cd26f9a61053cfc0e71203.tar.bz2
pianobar-windows-2b31c97de6fa541719cd26f9a61053cfc0e71203.zip
Show custom rating icon in upcoming/history song list
Closes issue #54
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c3
1 files changed, 2 insertions, 1 deletions
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);