2023-05-30 Fred Gleason <fredg@paravelsystems.com>

* Fixed a bug in rdairplay(1) that could cause random delays when
	starting audio events in logs.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason 2023-05-30 09:05:17 -04:00
parent e3de7bbd32
commit 166747f9fe
2 changed files with 4 additions and 0 deletions

View File

@ -24185,3 +24185,6 @@
Feeds' dialog to fail to post the feed XML in rdadmin(1).
2023-05-26 Fred Gleason <fredg@paravelsystems.com>
* Incremented the package version to 4.0.0rc3int0.
2023-05-30 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in rdairplay(1) that could cause random delays when
starting audio events in logs.

View File

@ -63,6 +63,7 @@ RDLogPlay::RDLogPlay(int id,RDEventPlayer *player,bool enable_cue,QObject *paren
play_rescan_pos=0;
play_refreshable=false;
play_audition_preroll=rda->airplayConf()->auditionPreroll();
play_line_counter=0;
play_slot_quantity=1;
for(int i=0;i<LOGPLAY_MAX_PLAYS;i++) {
play_slot_id[i]=i;