From 6843712f627935164843a61e03e15fa155b111d6 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 10 Jun 2015 23:15:40 +0200 Subject: [PATCH] Horizontal playlists and general playlists should now be sorted by alphabet --- menu/menu_displaylist.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/menu/menu_displaylist.c b/menu/menu_displaylist.c index b623eb9356..66baffd28b 100644 --- a/menu/menu_displaylist.c +++ b/menu/menu_displaylist.c @@ -1776,6 +1776,7 @@ int menu_displaylist_push_list(menu_displaylist_info_t *info, unsigned type) menu_list_clear(info->list); ret = menu_displaylist_parse_horizontal_list(info); + need_sort = true; need_refresh = true; need_push = true; break; @@ -1964,6 +1965,7 @@ int menu_displaylist_push_list(menu_displaylist_info_t *info, unsigned type) if (ret == 0) { + need_sort = true; need_refresh = true; need_push = true; }