diff options
Diffstat (limited to 'src/command.c')
-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 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; |