diff options
| author | Lars-Dominik Braun <PromyLOPh@lavabit.com> | 2010-11-18 21:21:55 +0100 | 
|---|---|---|
| committer | Lars-Dominik Braun <PromyLOPh@lavabit.com> | 2010-11-21 12:35:28 +0100 | 
| commit | 2b31c97de6fa541719cd26f9a61053cfc0e71203 (patch) | |
| tree | d131aadb5277d293199666651810c547f4d0152d /src/main.c | |
| parent | c58688994ae409c4d9c748a9bc2add16ca02e6de (diff) | |
| download | pianobar-2b31c97de6fa541719cd26f9a61053cfc0e71203.tar.gz pianobar-2b31c97de6fa541719cd26f9a61053cfc0e71203.tar.bz2 pianobar-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.c | 3 | 
1 files changed, 2 insertions, 1 deletions
| @@ -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); | 
