mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-12 07:35:55 +01:00
2020-02-26 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in rdairplay(1) that would cause a hard-timed log event with a 'wait' parameter set to attempt to play the event twice.
This commit is contained in:
@@ -2703,6 +2703,9 @@ void RDLogPlay::Playing(int id)
|
||||
if (isRefreshable()&&play_log->autoRefresh()) {
|
||||
refresh();
|
||||
}
|
||||
if((logline->timeType()==RDLogLine::Hard)&&(play_grace_timer->isActive())) {
|
||||
play_grace_timer->stop();
|
||||
}
|
||||
LogPlayEvent(logline);
|
||||
emit transportChanged();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user