From 1b02cc714792f85a7442f7ef1f8a631707606736 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sun, 23 Oct 2016 11:09:06 +0000 Subject: 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 --- src/plugins/CommandLineOptions/PlayListOption/playlistoption.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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") { -- cgit v1.2.3-13-gbd6f