mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-09 14:33:28 +02:00
Set log_cut_number in RDLogLine::loadCart().
This commit is contained in:
parent
d0c232eef1
commit
1424b1ea27
@ -19749,3 +19749,6 @@
|
||||
* Fixed a regression in rdairplay(1) that caused two events to be
|
||||
started by a single spacebar tap if a SoundPanel event had been
|
||||
played previously.
|
||||
2020-03-28 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)-
|
||||
startPoint(RDLogLine::AutoPointer);
|
||||
}
|
||||
log_cut_number=cutnum;
|
||||
log_outcue=q->value(10).toString();
|
||||
log_isrc=q->value(11).toString();
|
||||
log_isci=q->value(12).toString();
|
||||
|
Loading…
x
Reference in New Issue
Block a user