mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-18 08:31:16 +02:00
2020-10-15 Fred Gleason <fredg@paravelsystems.com>
* Removed the 'RDSettings::defaultExtension()' method containing the 'stationname' parameter. * Removed the 'stationname' parameter from the 'RDSettings::pathName()' method. * Removed the 'RDSettings::bytesPerSec()' method. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -476,7 +476,7 @@ void MainObject::ExportCut(RDCart *cart,RDCut *cut)
|
||||
conv->setCutNumber(RDCut::cutNumber(cut->cutName()));
|
||||
conv->setDestinationSettings(&settings);
|
||||
conv->setDestinationFile(ResolveOutputName(cart,cut,
|
||||
RDSettings::defaultExtension(rda->station()->name(),settings.format())));
|
||||
RDSettings::defaultExtension(settings.format())));
|
||||
conv->setEnableMetadata(true);
|
||||
|
||||
if((export_err=conv->runExport(rda->user()->name(),rda->user()->password(),
|
||||
|
Reference in New Issue
Block a user