mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-07 17:32:20 +02:00
2017-03-15 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in 'lib/rdlog_event.cpp' that caused errors in predicted event start times in logs containing voice tracks.
This commit is contained in:
parent
c3e490f575
commit
052593f0f1
@ -15628,3 +15628,6 @@
|
|||||||
event start times in RDLogEdit(1) in 'lib/rdlog_event.cpp'.
|
event start times in RDLogEdit(1) in 'lib/rdlog_event.cpp'.
|
||||||
2017-03-06 Fred Gleason <fredg@paravelsystems.com>
|
2017-03-06 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Incremented the package version to 2.15.2int04.
|
* Incremented the package version to 2.15.2int04.
|
||||||
|
2017-03-15 Fred Gleason <fredg@paravelsystems.com>
|
||||||
|
* Fixed a bug in 'lib/rdlog_event.cpp' that caused errors in
|
||||||
|
predicted event start times in logs containing voice tracks.
|
||||||
|
@ -970,7 +970,7 @@ from `%s` left join CART on `%s`.CART_NUMBER=CART.NUMBER order by COUNT",
|
|||||||
line.setSongId(q->value(20).toString()); // Song ID
|
line.setSongId(q->value(20).toString()); // Song ID
|
||||||
line.setUsageCode((RDCart::UsageCode)q->value(47).toInt());
|
line.setUsageCode((RDCart::UsageCode)q->value(47).toInt());
|
||||||
line.setForcedLength(q->value(21).toUInt()); // Forced Length
|
line.setForcedLength(q->value(21).toUInt()); // Forced Length
|
||||||
if((q->value(7).toInt()<0)||(q->value(8).toInt()<0)) {
|
if(q->value(7).toInt()<0) {
|
||||||
line.setAverageSegueLength(q->value(48).toInt());
|
line.setAverageSegueLength(q->value(48).toInt());
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user