fix sublabel on "add to playlist" in quick menu (#17616)

This commit is contained in:
Eric Warmenhoven 2025-02-21 15:33:18 -05:00 committed by GitHub
parent 9005e1b9fe
commit 273eb7bd7b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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: