Horizontal playlists and general playlists should now be sorted
by alphabet
This commit is contained in:
parent
2d897647e9
commit
6843712f62
|
@ -1776,6 +1776,7 @@ int menu_displaylist_push_list(menu_displaylist_info_t *info, unsigned type)
|
||||||
menu_list_clear(info->list);
|
menu_list_clear(info->list);
|
||||||
ret = menu_displaylist_parse_horizontal_list(info);
|
ret = menu_displaylist_parse_horizontal_list(info);
|
||||||
|
|
||||||
|
need_sort = true;
|
||||||
need_refresh = true;
|
need_refresh = true;
|
||||||
need_push = true;
|
need_push = true;
|
||||||
break;
|
break;
|
||||||
|
@ -1964,6 +1965,7 @@ int menu_displaylist_push_list(menu_displaylist_info_t *info, unsigned type)
|
||||||
|
|
||||||
if (ret == 0)
|
if (ret == 0)
|
||||||
{
|
{
|
||||||
|
need_sort = true;
|
||||||
need_refresh = true;
|
need_refresh = true;
|
||||||
need_push = true;
|
need_push = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue