aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/CommandLineOptions/PlayListOption/playlistoption.cpp
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2016-10-23 11:09:06 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2016-10-23 11:09:06 +0000
commit1b02cc714792f85a7442f7ef1f8a631707606736 (patch)
tree69f85cf05616902de99ec1be996b5b63e32afc18 /src/plugins/CommandLineOptions/PlayListOption/playlistoption.cpp
parent25d8f90950ad1dc3df56a4187bcac57e6203f1b4 (diff)
downloadqmmp-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/plugins/CommandLineOptions/PlayListOption/playlistoption.cpp')
-rw-r--r--src/plugins/CommandLineOptions/PlayListOption/playlistoption.cpp4
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")
{