mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-09-16 16:30:26 +02:00
2023-04-29 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug where a pending hard start with a non-zero grace time was not cleared properly during a log chain event. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
parent
dde4191bfe
commit
e19301da64
@ -24049,3 +24049,6 @@
|
|||||||
* Changed the behavior of the logo display in rdairplay(1) so as to
|
* Changed the behavior of the logo display in rdairplay(1) so as to
|
||||||
show the default Rivendell logo when the 'Logo Image' control in
|
show the default Rivendell logo when the 'Logo Image' control in
|
||||||
rdadmin(1) is not set to a valid graphical image file.
|
rdadmin(1) is not set to a valid graphical image file.
|
||||||
|
2023-04-29 Fred Gleason <fredg@paravelsystems.com>
|
||||||
|
* Fixed a bug where a pending hard start with a non-zero grace time
|
||||||
|
was not cleared properly during a log chain event.
|
||||||
|
@ -2174,6 +2174,8 @@ bool RDLogPlay::StartEvent(int line,RDLogLine::TransType trans_type,
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case RDLogLine::Chain:
|
case RDLogLine::Chain:
|
||||||
|
play_grace_timer->stop();
|
||||||
|
|
||||||
//
|
//
|
||||||
// Assign Next Event
|
// Assign Next Event
|
||||||
//
|
//
|
||||||
|
Loading…
x
Reference in New Issue
Block a user