From 2e3d23c3741f4349b489cb1aa42dc02305ef8b04 Mon Sep 17 00:00:00 2001 From: Patrick Hallen Date: Wed, 11 Feb 2009 20:30:27 +0100 Subject: [PATCH] screen_play: Added the jump command to the playlist screen. --- src/screen_play.c | 4 ++++ 1 file changed, 4 insertions(+) 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: -- 2.30.2