This commit is contained in:
twinaphex 2016-05-02 17:48:17 +02:00
parent e0c7bd2e57
commit 0badc3ffd2

View File

@ -2710,9 +2710,7 @@ static int menu_displaylist_parse_generic(
if (!is_dir)
{
if (push_dir)
continue;
if (hash_label == MENU_LABEL_SCAN_DIRECTORY)
if (push_dir || hash_label == MENU_LABEL_SCAN_DIRECTORY)
continue;
}