summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
authorFrank Gevaerts <frank@gevaerts.be>2009-07-01 16:59:43 +0000
committerFrank Gevaerts <frank@gevaerts.be>2009-07-01 16:59:43 +0000
commitd5180f7870643e19c37b62909d0e0c545cc23337 (patch)
treebe828862cde4fa4603d40f9bc1c1aa2038c4973c /apps/plugin.c
parentc468273e6d59ddf17c72d94a5d3c97df33c0f0ca (diff)
downloadrockbox-d5180f7870643e19c37b62909d0e0c545cc23337.tar.gz
rockbox-d5180f7870643e19c37b62909d0e0c545cc23337.zip
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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index 20c7a3733c..ff80776f7e 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -658,6 +658,7 @@ static const struct plugin_api rockbox_api = {
658 appsversion, 658 appsversion,
659 /* new stuff at the end, sort into place next time 659 /* new stuff at the end, sort into place next time
660 the API gets incompatible */ 660 the API gets incompatible */
661 playlist_insert_directory,
661}; 662};
662 663
663int plugin_load(const char* plugin, const void* parameter) 664int plugin_load(const char* plugin, const void* parameter)