diff options
author | Jonathan Gordon <rockbox@jdgordon.info> | 2008-05-04 13:01:16 +0000 |
---|---|---|
committer | Jonathan Gordon <rockbox@jdgordon.info> | 2008-05-04 13:01:16 +0000 |
commit | 517aca8532af3121d9c75ff293c5269f20c0b540 (patch) | |
tree | b8e14baa69ff80d6734d8358864ff4859dc5f566 /apps/playlist_viewer.c | |
parent | 194b2ca887f44e6c3e0244e7f4733060e7aa1618 (diff) | |
download | rockbox-517aca8532af3121d9c75ff293c5269f20c0b540.tar.gz rockbox-517aca8532af3121d9c75ff293c5269f20c0b540.tar.bz2 rockbox-517aca8532af3121d9c75ff293c5269f20c0b540.zip |
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
Diffstat (limited to 'apps/playlist_viewer.c')
-rw-r--r-- | apps/playlist_viewer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/playlist_viewer.c b/apps/playlist_viewer.c index c9a9f4b7af..8ad3d263de 100644 --- a/apps/playlist_viewer.c +++ b/apps/playlist_viewer.c @@ -486,7 +486,7 @@ static int onplay_menu(int index) case 3: /* add to a new one */ catalog_add_to_a_playlist(current_track->name, FILE_ATTR_AUDIO, - result==3 ); + result==3, NULL); ret = 0; break; } |