From d5180f7870643e19c37b62909d0e0c545cc23337 Mon Sep 17 00:00:00 2001 From: Frank Gevaerts Date: Wed, 1 Jul 2009 16:59:43 +0000 Subject: 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 --- apps/plugin.c | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/plugin.c') 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) -- cgit v1.1