DatabaseCommands: remove stray locate_item_list_parse() call
This commit is contained in:
parent
6b39a5621d
commit
9e51733c71
@ -245,8 +245,6 @@ handle_list(struct client *client, int argc, char *argv[])
|
||||
return COMMAND_RETURN_ERROR;
|
||||
}
|
||||
|
||||
locate_item_list_parse(argv + 1, argc - 1, false);
|
||||
|
||||
conditionals = locate_item_list_new(1);
|
||||
conditionals->items[0].tag = TAG_ARTIST;
|
||||
conditionals->items[0].needle = g_strdup(argv[2]);
|
||||
|
Loading…
Reference in New Issue
Block a user