mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-06-14 23:30:25 +02:00
Merge branch 'dklann-dklann-rdlogline'
This commit is contained in:
commit
bcdbfcd44a
@ -19754,3 +19754,6 @@
|
|||||||
in an imported set to fail receive the proper time and transition
|
in an imported set to fail receive the proper time and transition
|
||||||
type if the 'Include Import Markers in Finished Logs' checkbox in
|
type if the 'Include Import Markers in Finished Logs' checkbox in
|
||||||
rdadmin(1) had not been ticked.
|
rdadmin(1) had not been ticked.
|
||||||
|
2020-04-08 David Klann <dklann@linux.com>
|
||||||
|
* Fixed a regression in rdexport(1) that caused exported file
|
||||||
|
names to be constructed improperly.
|
||||||
|
@ -2038,6 +2038,7 @@ void RDLogLine::loadCart(int cartnum,int cutnum)
|
|||||||
log_average_segue_length=segueStartPoint(RDLogLine::AutoPointer)-
|
log_average_segue_length=segueStartPoint(RDLogLine::AutoPointer)-
|
||||||
startPoint(RDLogLine::AutoPointer);
|
startPoint(RDLogLine::AutoPointer);
|
||||||
}
|
}
|
||||||
|
log_cut_number=cutnum;
|
||||||
log_outcue=q->value(10).toString();
|
log_outcue=q->value(10).toString();
|
||||||
log_isrc=q->value(11).toString();
|
log_isrc=q->value(11).toString();
|
||||||
log_isci=q->value(12).toString();
|
log_isci=q->value(12).toString();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user