mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-07-27 22:19:25 +02: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:
parent
093aaa9b26
commit
5eec2975d1
@ -19725,3 +19725,7 @@
|
|||||||
* Removed the 'Q3ProgressBar' dependency from rdlogedit(1).
|
* Removed the 'Q3ProgressBar' dependency from rdlogedit(1).
|
||||||
2020-02-26 Fred Gleason <fredg@paravelsystems.com>
|
2020-02-26 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Removed the 'Q3ProgressBar' dependency from rddiscimport(1).
|
* Removed the 'Q3ProgressBar' dependency from rddiscimport(1).
|
||||||
|
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.
|
||||||
|
@ -2703,6 +2703,9 @@ void RDLogPlay::Playing(int id)
|
|||||||
if (isRefreshable()&&play_log->autoRefresh()) {
|
if (isRefreshable()&&play_log->autoRefresh()) {
|
||||||
refresh();
|
refresh();
|
||||||
}
|
}
|
||||||
|
if((logline->timeType()==RDLogLine::Hard)&&(play_grace_timer->isActive())) {
|
||||||
|
play_grace_timer->stop();
|
||||||
|
}
|
||||||
LogPlayEvent(logline);
|
LogPlayEvent(logline);
|
||||||
emit transportChanged();
|
emit transportChanged();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user