aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command.c b/src/command.c
index d985fd61b..3490c666f 100644
--- a/src/command.c
+++ b/src/command.c
@@ -237,7 +237,7 @@ static int print_playlist_result(struct client *client,
return -1;
case PLAYLIST_RESULT_LIST_EXISTS:
- command_error(client, ACK_ERROR_NO_EXIST,
+ command_error(client, ACK_ERROR_EXIST,
"Playlist already exists");
return -1;