summaryrefslogtreecommitdiff
path: root/src/ui_act.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui_act.c')
-rw-r--r--src/ui_act.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui_act.c b/src/ui_act.c
index f646cdd..67fc0ca 100644
--- a/src/ui_act.c
+++ b/src/ui_act.c
@@ -413,7 +413,7 @@ BarUiActCallback(BarUiActPrintUpcoming) {
PianoSong_t *nextSong = selSong->next;
if (nextSong != NULL) {
- BarUiListSongs (&app->settings, nextSong);
+ BarUiListSongs (&app->settings, nextSong, NULL);
} else {
BarUiMsg (MSG_INFO, "No songs in queue.\n");
}