(menu_displaylist.c) Cleanup

This commit is contained in:
twinaphex 2016-12-13 05:27:46 +01:00
parent c8273cd14a
commit d8740c51a6

View File

@ -3299,12 +3299,8 @@ static int menu_displaylist_parse_playlists(
string_list_free(str_list);
if (items_found == 0)
{
if (horizontal)
return 0;
if (items_found == 0 && !horizontal)
goto no_playlists;
}
return 0;