diff --git a/ChangeLog b/ChangeLog index e8ca5ffd..b1357c97 100644 --- a/ChangeLog +++ b/ChangeLog @@ -24049,3 +24049,6 @@ * Changed the behavior of the logo display in rdairplay(1) so as to show the default Rivendell logo when the 'Logo Image' control in rdadmin(1) is not set to a valid graphical image file. +2023-04-29 Fred Gleason + * Fixed a bug where a pending hard start with a non-zero grace time + was not cleared properly during a log chain event. diff --git a/lib/rdlogplay.cpp b/lib/rdlogplay.cpp index 0f53b449..48941541 100644 --- a/lib/rdlogplay.cpp +++ b/lib/rdlogplay.cpp @@ -2174,6 +2174,8 @@ bool RDLogPlay::StartEvent(int line,RDLogLine::TransType trans_type, break; case RDLogLine::Chain: + play_grace_timer->stop(); + // // Assign Next Event //