mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-08-12 14:11:11 +02:00
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:
parent
e3de7bbd32
commit
166747f9fe
@ -24185,3 +24185,6 @@
|
|||||||
Feeds' dialog to fail to post the feed XML in rdadmin(1).
|
Feeds' dialog to fail to post the feed XML in rdadmin(1).
|
||||||
2023-05-26 Fred Gleason <fredg@paravelsystems.com>
|
2023-05-26 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Incremented the package version to 4.0.0rc3int0.
|
* 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.
|
||||||
|
@ -63,6 +63,7 @@ RDLogPlay::RDLogPlay(int id,RDEventPlayer *player,bool enable_cue,QObject *paren
|
|||||||
play_rescan_pos=0;
|
play_rescan_pos=0;
|
||||||
play_refreshable=false;
|
play_refreshable=false;
|
||||||
play_audition_preroll=rda->airplayConf()->auditionPreroll();
|
play_audition_preroll=rda->airplayConf()->auditionPreroll();
|
||||||
|
play_line_counter=0;
|
||||||
play_slot_quantity=1;
|
play_slot_quantity=1;
|
||||||
for(int i=0;i<LOGPLAY_MAX_PLAYS;i++) {
|
for(int i=0;i<LOGPLAY_MAX_PLAYS;i++) {
|
||||||
play_slot_id[i]=i;
|
play_slot_id[i]=i;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user