Commit daa5f592 authored by Max Kellermann's avatar Max Kellermann

queue_print: use new_items instead of items

Fix a typo in one of the previous patches.
parent cf9595df
......@@ -93,7 +93,7 @@ queue_search(struct client *client, const struct queue *queue,
for (i = 0; i < queue_length(queue); i++) {
const struct song *song = queue_get(queue, i);
if (strstrSearchTags(song, num_items, items))
if (strstrSearchTags(song, num_items, new_items))
queue_print_song_info(client, queue, i);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment