summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
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 2cfc9a6..869092c 100644
--- a/src/main.c
+++ b/src/main.c
@@ -426,7 +426,8 @@ int main (int argc, char **argv) {
musicId = BarUiSelectMusicId (&ph);
if (musicId != NULL) {
BarUiMsg ("Creating station... ");
- if (PianoCreateStation (&ph, musicId) == PIANO_RET_OK) {
+ if (PianoCreateStation (&ph, "mi", musicId) ==
+ PIANO_RET_OK) {
BarUiMsg ("Ok.\n");
} else {
BarUiMsg ("Error.\n");