mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 20:13:36 +00:00
Fixed play_queue_move_down constant.
This commit is contained in:
parent
ee8d863544
commit
8d9fd8fd09
@ -68,7 +68,7 @@ static std::unordered_map<std::string, Id> NAME_TO_ID = {
|
||||
{ "navigate_jump_to_playing", Id::NavigateJumpToPlaying },
|
||||
|
||||
{ "play_queue_move_up", Id::PlayQueueMoveUp },
|
||||
{ "play_queue_move_up", Id::PlayQueueMoveDown },
|
||||
{ "play_queue_move_down", Id::PlayQueueMoveDown },
|
||||
{ "play_queue_delete", Id::PlayQueueDelete },
|
||||
|
||||
{ "playback_toggle_mute", Id::ToggleMute },
|
||||
|
Loading…
Reference in New Issue
Block a user