Code

screen_play: Added the jump command to the playlist screen.
authorPatrick Hallen <patrick.hallen@rwth-aachen.de>
Wed, 11 Feb 2009 19:30:27 +0000 (20:30 +0100)
committerPatrick Hallen <patrick.hallen@rwth-aachen.de>
Wed, 11 Feb 2009 19:30:27 +0000 (20:30 +0100)
src/screen_play.c

index eb26893c1e5ace2e61fe1d26f2af1280fa381f86..5917bf29c5505cd7348cb1cff7325665fcd0c46f 100644 (file)
@@ -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: