diff options
| -rw-r--r-- | apps/onplay.c | 4 | ||||
| -rw-r--r-- | docs/CREDITS | 1 |
2 files changed, 3 insertions, 2 deletions
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 @@ static struct hotkey_assignment hotkey_items[] = { 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 @@ Li Jie Cristina Talpiga Ştefan Moisei Alexander Meshcheryakov +Ryan Sawhill The libmad team The wavpack team |