Skip to content

Commit

Permalink
fix sublabel on "add to playlist" in quick menu (#17616)
Browse files Browse the repository at this point in the history
  • Loading branch information
warmenhoven authored Feb 21, 2025
1 parent 9005e1b commit 273eb7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions menu/cbs/menu_cbs_sublabel.c
Original file line number Diff line number Diff line change
Expand Up @@ -3519,6 +3519,7 @@ int menu_cbs_init_bind_sublabel(menu_file_list_cbs_t *cbs,
BIND_ACTION_SUBLABEL(cbs, action_bind_sublabel_add_to_favorites);
break;
case MENU_ENUM_LABEL_ADD_TO_PLAYLIST:
case MENU_ENUM_LABEL_ADD_TO_PLAYLIST_QUICKMENU:
BIND_ACTION_SUBLABEL(cbs, action_bind_sublabel_add_to_playlist);
break;
case MENU_ENUM_LABEL_SET_CORE_ASSOCIATION:
Expand Down

0 comments on commit 273eb7b

Please sign in to comment.