diff options
Diffstat (limited to '')
-rw-r--r-- | src/command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command.c b/src/command.c index 4631e7697..8da5c76b9 100644 --- a/src/command.c +++ b/src/command.c @@ -702,7 +702,7 @@ handle_playlistsearch(struct client *client, int argc, char *argv[]) return COMMAND_RETURN_ERROR; } - playlist_print_search(client, &g_playlist, list); + playlist_print_find(client, &g_playlist, list); locate_item_list_free(list); |