1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Frank Gevaerts 2009-07-01 16:59:43 +00:00
parent c468273e6d
commit d5180f7870
4 changed files with 76 additions and 1 deletions

View file

@ -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)