From: Patrick Hallen Date: Wed, 11 Feb 2009 19:30:27 +0000 (+0100) Subject: screen_play: Added the jump command to the playlist screen. X-Git-Tag: release-0.14~101 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=2e3d23c3741f4349b489cb1aa42dc02305ef8b04;p=ncmpc.git screen_play: Added the jump command to the playlist screen. --- diff --git a/src/screen_play.c b/src/screen_play.c index eb26893..5917bf2 100644 --- a/src/screen_play.c +++ b/src/screen_play.c @@ -655,6 +655,10 @@ play_cmd(mpdclient_t *c, command_t cmd) cmd, list_callback, NULL); playlist_repaint(); return true; + case CMD_LIST_JUMP: + screen_jump(lw, list_callback, NULL); + playlist_repaint(); + return true; #ifdef HAVE_GETMOUSE case CMD_MOUSE_EVENT: