Stay in file browser (do not go to WPS) after adding a track to the playlist via the hotkey (FS#11344 by Ryan Sawhill)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28847 a1c6a512-1295-4272-9138-f99709370657
diff --git a/apps/onplay.c b/apps/onplay.c
index eb0c168..2411952 100644
--- a/apps/onplay.c
+++ b/apps/onplay.c
@@ -1264,10 +1264,10 @@
ONPLAY_RELOAD_DIR },
{ HOTKEY_INSERT, LANG_INSERT,
HOTKEY_FUNC(playlist_insert_func, (intptr_t*)PLAYLIST_INSERT),
- ONPLAY_START_PLAY },
+ ONPLAY_RELOAD_DIR },
{ HOTKEY_INSERT_SHUFFLED, LANG_INSERT_SHUFFLED,
HOTKEY_FUNC(playlist_insert_shuffled, NULL),
- ONPLAY_OK },
+ ONPLAY_RELOAD_DIR },
#ifdef HAVE_PICTUREFLOW_INTEGRATION
{ HOTKEY_PICTUREFLOW, LANG_ONPLAY_PICTUREFLOW,
HOTKEY_FUNC(NULL, NULL),
diff --git a/docs/CREDITS b/docs/CREDITS
index 54f21ca..6c85127 100644
--- a/docs/CREDITS
+++ b/docs/CREDITS
@@ -574,6 +574,7 @@
Cristina Talpiga
Ştefan Moisei
Alexander Meshcheryakov
+Ryan Sawhill
The libmad team
The wavpack team