summaryrefslogtreecommitdiff
path: root/apps/playlist_catalog.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/playlist_catalog.c')
-rw-r--r--apps/playlist_catalog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/playlist_catalog.c b/apps/playlist_catalog.c
index c68371af49..af65353b67 100644
--- a/apps/playlist_catalog.c
+++ b/apps/playlist_catalog.c
@@ -234,7 +234,7 @@ static int display_playlists(char* playlist, bool view)
234 playlist = temp_buf; 234 playlist = temp_buf;
235 235
236 gui_synclist_init(&playlist_lists, playlist_callback_name, playlists, 236 gui_synclist_init(&playlist_lists, playlist_callback_name, playlists,
237 false, 1); 237 false, 1, NULL);
238 gui_synclist_set_nb_items(&playlist_lists, num_playlists); 238 gui_synclist_set_nb_items(&playlist_lists, num_playlists);
239 gui_synclist_draw(&playlist_lists); 239 gui_synclist_draw(&playlist_lists);
240 240