From 517aca8532af3121d9c75ff293c5269f20c0b540 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Sun, 4 May 2008 13:01:16 +0000 Subject: use the playlist catalog code to generate the playlists under Playlist > Create playlist git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17352 a1c6a512-1295-4272-9138-f99709370657 --- apps/onplay.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'apps/onplay.c') diff --git a/apps/onplay.c b/apps/onplay.c index a0de6f2e81..45b18608e8 100644 --- a/apps/onplay.c +++ b/apps/onplay.c @@ -236,12 +236,13 @@ static bool view_playlist(void) static bool cat_add_to_a_playlist(void) { return catalog_add_to_a_playlist(selected_file, selected_file_attr, - false); + false, NULL); } static bool cat_add_to_a_new_playlist(void) { - return catalog_add_to_a_playlist(selected_file, selected_file_attr, true); + return catalog_add_to_a_playlist(selected_file, selected_file_attr, + true, NULL); } -- cgit v1.2.3