summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLars-Dominik Braun <PromyLOPh@lavabit.com>2009-01-27 16:47:05 +0100
committerLars-Dominik Braun <PromyLOPh@lavabit.com>2009-01-27 16:47:05 +0100
commit560f4599c5238b98515bd0358d0333e4dc190b80 (patch)
tree5654cfd3e52a418411b38cea392525e4215f93db /src
parentd52ebc8e84b24ccc9b8537c37bfa20ff810e01ca (diff)
downloadpianobar-560f4599c5238b98515bd0358d0333e4dc190b80.tar.gz
pianobar-560f4599c5238b98515bd0358d0333e4dc190b80.tar.bz2
pianobar-560f4599c5238b98515bd0358d0333e4dc190b80.zip
piano: mp3 support
Breaks api
Diffstat (limited to 'src')
-rw-r--r--src/main.c3
1 files changed, 2 insertions, 1 deletions
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;