mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-11 23:25:57 +01:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user