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 1037c812d..3174faf70 100644 --- a/src/command.c +++ b/src/command.c @@ -464,7 +464,7 @@ static int handleAddId(struct client *client, enum playlist_result result = addToPlaylist(argv[1], &added_id); if (result != PLAYLIST_RESULT_SUCCESS) - return result; + return print_playlist_result(client, result); if (argc == 3) { int to; |