diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2020-02-15 20:49:49 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2020-02-15 20:49:49 +0000 |
| commit | d4a82b8c2c4a5662ad437046e8b20199a655be40 (patch) | |
| tree | 4e009fbec33679ad2f789efa5d41be3aa1f9c6dc /src/plugins/CommandLineOptions/PlayListOption/playlistoption.h | |
| parent | 3a9f8bcb340ee9ab17f7c48d1637e025527aea84 (diff) | |
| download | qmmp-d4a82b8c2c4a5662ad437046e8b20199a655be40.tar.gz qmmp-d4a82b8c2c4a5662ad437046e8b20199a655be40.tar.bz2 qmmp-d4a82b8c2c4a5662ad437046e8b20199a655be40.zip | |
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
Diffstat (limited to 'src/plugins/CommandLineOptions/PlayListOption/playlistoption.h')
| -rw-r--r-- | src/plugins/CommandLineOptions/PlayListOption/playlistoption.h | 2 |
1 files changed, 2 insertions, 0 deletions
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, |
