diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2016-10-23 11:09:06 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2016-10-23 11:09:06 +0000 |
| commit | 1b02cc714792f85a7442f7ef1f8a631707606736 (patch) | |
| tree | 69f85cf05616902de99ec1be996b5b63e32afc18 /src | |
| parent | 25d8f90950ad1dc3df56a4187bcac57e6203f1b4 (diff) | |
| download | qmmp-1b02cc714792f85a7442f7ef1f8a631707606736.tar.gz qmmp-1b02cc714792f85a7442f7ef1f8a631707606736.tar.bz2 qmmp-1b02cc714792f85a7442f7ef1f8a631707606736.zip | |
fixed '--pl-repeat-toggle' option
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@6803 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src')
| -rw-r--r-- | src/plugins/CommandLineOptions/PlayListOption/playlistoption.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/CommandLineOptions/PlayListOption/playlistoption.cpp b/src/plugins/CommandLineOptions/PlayListOption/playlistoption.cpp index 416a1007c..185521b3d 100644 --- a/src/plugins/CommandLineOptions/PlayListOption/playlistoption.cpp +++ b/src/plugins/CommandLineOptions/PlayListOption/playlistoption.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2011-2014 by Ilya Kotov * + * Copyright (C) 2011-2016 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -124,7 +124,7 @@ QString PlayListOption::executeCommand(const QString& opt_str, const QStringList } else if(opt_str == "--pl-repeat-toggle") { - ui_settings->setRepeatableTrack(!ui_settings->isRepeatableTrack()); + ui_settings->setRepeatableList(!ui_settings->isRepeatableList()); } else if(opt_str == "--pl-shuffle-toggle") { |
