mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-19 07:30:34 +02: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:
parent
d858de6f09
commit
a8b48763c3
@ -20555,3 +20555,6 @@
|
|||||||
2020-11-07 Fred Gleason <fredg@paravelsystems.com>
|
2020-11-07 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Removed the quotation marks around the title field in the
|
* Removed the quotation marks around the title field in the
|
||||||
put response dialog in WebGet.
|
put response dialog in WebGet.
|
||||||
|
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).
|
||||||
|
@ -365,6 +365,9 @@ void MainObject::PutAudio()
|
|||||||
}
|
}
|
||||||
|
|
||||||
QStringList args;
|
QStringList args;
|
||||||
|
if(rda->libraryConf()->defaultChannels()==1) {
|
||||||
|
args.push_back("--to-mono");
|
||||||
|
}
|
||||||
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(group_name);
|
||||||
args.push_back(filename);
|
args.push_back(filename);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user