From 7e7c17596d73d99dd8a3f5ba1c888c284de28742 Mon Sep 17 00:00:00 2001 From: Rob Loach Date: Sat, 25 Nov 2017 12:51:12 -0500 Subject: [PATCH] Add Add To Favorites Playlist icon id --- menu/drivers/xmb.c | 1 + 1 file changed, 1 insertion(+) diff --git a/menu/drivers/xmb.c b/menu/drivers/xmb.c index 7dc700b29e..6301b86cd1 100755 --- a/menu/drivers/xmb.c +++ b/menu/drivers/xmb.c @@ -2104,6 +2104,7 @@ static uintptr_t xmb_icon_get_id(xmb_handle_t *xmb, case MENU_ENUM_LABEL_NAVIGATION_BROWSER_FILTER_SUPPORTED_EXTENSIONS_ENABLE: return xmb->textures.list[XMB_TEXTURE_CORE_OPTIONS]; case MENU_ENUM_LABEL_ADD_TO_FAVORITES: + case MENU_ENUM_LABEL_ADD_TO_FAVORITES_PLAYLIST: return xmb->textures.list[XMB_TEXTURE_ADD_FAVORITE]; case MENU_ENUM_LABEL_CORE_INPUT_REMAPPING_OPTIONS: return xmb->textures.list[XMB_TEXTURE_INPUT_REMAPPING_OPTIONS];