diff options
| author | Frank Gevaerts <frank@gevaerts.be> | 2009-07-01 16:59:43 +0000 |
|---|---|---|
| committer | Frank Gevaerts <frank@gevaerts.be> | 2009-07-01 16:59:43 +0000 |
| commit | d5180f7870643e19c37b62909d0e0c545cc23337 (patch) | |
| tree | be828862cde4fa4603d40f9bc1c1aa2038c4973c /apps/plugin.c | |
| parent | c468273e6d59ddf17c72d94a5d3c97df33c0f0ca (diff) | |
| download | rockbox-d5180f7870643e19c37b62909d0e0c545cc23337.zip rockbox-d5180f7870643e19c37b62909d0e0c545cc23337.tar.gz rockbox-d5180f7870643e19c37b62909d0e0c545cc23337.tar.bz2 rockbox-d5180f7870643e19c37b62909d0e0c545cc23337.tar.xz | |
Add "Play Shuffled" menu item to random_folder_advance_config, which adds all configured configured directories to the current playlist in random order.
(FS#10403)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21594 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugin.c')
| -rw-r--r-- | apps/plugin.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index 20c7a37..ff80776 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -658,6 +658,7 @@ static const struct plugin_api rockbox_api = { appsversion, /* new stuff at the end, sort into place next time the API gets incompatible */ + playlist_insert_directory, }; int plugin_load(const char* plugin, const void* parameter) |