diff options
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -165,7 +165,8 @@ int main (int argc, char **argv) { BarUiMsg ("Receiving new playlist... "); PianoDestroyPlaylist (&ph); if (BarUiPrintPianoStatus (PianoGetPlaylist (&ph, - curStation->id)) != PIANO_RET_OK) { + curStation->id, PIANO_AF_AACPLUS)) != + PIANO_RET_OK) { curStation = NULL; } else { curSong = ph.playlist; |