Fix title regression with playlist entries

This commit is contained in:
twinaphex 2020-03-27 16:41:10 +01:00
parent 637266be03
commit d30d2abe10

View File

@ -1316,6 +1316,8 @@ static int menu_cbs_init_bind_title_compare_label(menu_file_list_cbs_t *cbs,
return -1;
}
}
else
return -1;
return 0;
}