mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-01 06:10:10 +01:00
2025-07-01 Fred Gleason <fredg@paravelsystems.com>
* Added a 'bool incl_str_fields' parameter to the 'RDCut::setMetadata()' and 'RDCut::getMetadata()' methods. * Fixed a bug in rdcatchd(8) that caused embedded source start and end datetime metadata to fail to be applied in download events when the 'Update Library Metadata' attribute was not selected. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -396,7 +396,7 @@ void MainObject::ProcessXmlFile(const QString &xml,const QString &wavname,
|
||||
q=new RDSqlQuery(sql);
|
||||
if(q->first()) {
|
||||
cut=new RDCut(q->value(0).toString());
|
||||
cut->setMetadata(&data);
|
||||
cut->setMetadata(&data,true);
|
||||
delete cut;
|
||||
}
|
||||
delete q;
|
||||
|
||||
Reference in New Issue
Block a user