Fix hotkey strings
missed in 7d13c0c
Change-Id: I7299b6a646dc143943b2c8d1d89ecdc4a16667c7
This commit is contained in:
parent
3694314058
commit
d5e38062ea
1 changed files with 2 additions and 2 deletions
|
@ -1888,12 +1888,12 @@ static const struct hotkey_assignment hotkey_items[] = {
|
|||
.return_code = ONPLAY_RELOAD_DIR,
|
||||
.flags = HOTKEY_FLAG_WPS | HOTKEY_FLAG_TREE },
|
||||
{ .action = HOTKEY_INSERT,
|
||||
.lang_id = LANG_INSERT,
|
||||
.lang_id = LANG_ADD,
|
||||
.func = HOTKEY_FUNC(add_to_playlist, (intptr_t*)&addtopl_insert),
|
||||
.return_code = ONPLAY_RELOAD_DIR,
|
||||
.flags = HOTKEY_FLAG_TREE },
|
||||
{ .action = HOTKEY_INSERT_SHUFFLED,
|
||||
.lang_id = LANG_INSERT_SHUFFLED,
|
||||
.lang_id = LANG_ADD_SHUFFLED,
|
||||
.func = HOTKEY_FUNC(hotkey_tree_pl_insert_shuffled, NULL),
|
||||
.return_code = ONPLAY_FUNC_RETURN,
|
||||
.flags = HOTKEY_FLAG_TREE },
|
||||
|
|
Loading…
Reference in a new issue