diff options
Diffstat (limited to 'apps/menus/playlist_menu.c')
-rw-r--r-- | apps/menus/playlist_menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/menus/playlist_menu.c b/apps/menus/playlist_menu.c index e1e83d4311..357efe6b29 100644 --- a/apps/menus/playlist_menu.c +++ b/apps/menus/playlist_menu.c @@ -137,7 +137,7 @@ int save_playlist_screen(struct playlist_info* playlist) static int playlist_view_(void) { - playlist_viewer_ex(NULL); + playlist_viewer_ex(NULL, NULL); return 0; } MENUITEM_FUNCTION(create_playlist_item, 0, ID2P(LANG_CREATE_PLAYLIST), |