From 5b064572e5cabfcaac88a6db904ace95a977210f Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Mon, 8 Jun 2015 17:21:32 +0200 Subject: [PATCH] (XMB) Show only playlists in horizontal menu and no directories --- menu/drivers/xmb.c | 1 + 1 file changed, 1 insertion(+) diff --git a/menu/drivers/xmb.c b/menu/drivers/xmb.c index d3463d46e3..d35cb974ce 100644 --- a/menu/drivers/xmb.c +++ b/menu/drivers/xmb.c @@ -1429,6 +1429,7 @@ static void xmb_init_horizontal_list(menu_handle_t *menu, xmb_handle_t *xmb) info.menu_list = NULL; info.type = 0; info.type_default = MENU_FILE_PLAIN; + strlcpy(info.label, "content_collection_list", sizeof(info.label)); strlcpy(info.path, settings->playlist_directory, sizeof(info.path)); strlcpy(info.exts, "rpl", sizeof(info.exts));