From 560f4599c5238b98515bd0358d0333e4dc190b80 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Tue, 27 Jan 2009 16:47:05 +0100 Subject: piano: mp3 support Breaks api --- src/main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/main.c b/src/main.c index 888005c..9d214ca 100644 --- a/src/main.c +++ b/src/main.c @@ -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; -- cgit v1.2.3