From d4a82b8c2c4a5662ad437046e8b20199a655be40 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 15 Feb 2020 20:49:49 +0000 Subject: added '--pl-next' and '--pl-prev' command line options git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9226 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/CommandLineOptions/PlayListOption/playlistoption.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/plugins/CommandLineOptions/PlayListOption/playlistoption.h') diff --git a/src/plugins/CommandLineOptions/PlayListOption/playlistoption.h b/src/plugins/CommandLineOptions/PlayListOption/playlistoption.h index 60cf7c0b1..26cc5e195 100644 --- a/src/plugins/CommandLineOptions/PlayListOption/playlistoption.h +++ b/src/plugins/CommandLineOptions/PlayListOption/playlistoption.h @@ -48,6 +48,8 @@ private: PL_LIST, PL_DUMP, PL_PLAY, + PL_NEXT, + PL_PREV, PL_CLEAR, PL_REPEATE_TOGGLE, PL_SHUFFLE_TOGGLE, -- cgit v1.2.3-13-gbd6f