mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-12 07:35:55 +01:00
2020-11-07 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in the Webget service that caused it to ignore the value of the 'Default Channels' setting in rdadmin(1). Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -365,6 +365,9 @@ void MainObject::PutAudio()
|
||||
}
|
||||
|
||||
QStringList args;
|
||||
if(rda->libraryConf()->defaultChannels()==1) {
|
||||
args.push_back("--to-mono");
|
||||
}
|
||||
args.push_back("--output-pattern=Added cart %n [%t]");
|
||||
args.push_back(group_name);
|
||||
args.push_back(filename);
|
||||
|
||||
Reference in New Issue
Block a user