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 076bc2055..a00607fce 100644 --- a/src/command.c +++ b/src/command.c @@ -390,7 +390,7 @@ handle_currentsong(struct client *client, if (song < 0) return COMMAND_RETURN_OK; - result = playlistInfo(client, song, song); + result = playlistInfo(client, song, song + 1); return print_playlist_result(client, result); } |