2020-11-07 Fred Gleason <fredg@paravelsystems.com>

* Removed the quotation marks around the title field in the
	put response dialog in WebGet.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2020-11-07 14:00:17 -05:00
parent b3329bcf56
commit d858de6f09
3 changed files with 5 additions and 1 deletions

View File

@@ -365,7 +365,7 @@ void MainObject::PutAudio()
}
QStringList args;
args.push_back("--output-pattern=Added cart %n [\"%t\"]");
args.push_back("--output-pattern=Added cart %n [%t]");
args.push_back(group_name);
args.push_back(filename);
QProcess *proc=new QProcess(this);