mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-21 08:01:16 +01:00
2024-08-29 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in rdairplay(1) that caused STOP transitions to be treated as PLAYs. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -24880,3 +24880,6 @@
|
||||
to retain previous service selection across invocations.
|
||||
* Modified the 'Edit Log Chain' dialog in rdlogedit(1) so as
|
||||
to retain previous user group selection across invocations.
|
||||
2024-08-29 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed a regression in rdairplay(1) that caused STOP transitions
|
||||
to be treated as PLAYs.
|
||||
|
||||
@@ -2448,8 +2448,10 @@ void RDLogPlay::FinishEvent(int line)
|
||||
}
|
||||
if((play_op_mode==RDAirPlayConf::Auto)&&
|
||||
(logline->id()!=-1)&&(play_next_line<lineCount())) {
|
||||
StartEvent(play_next_line,RDLogLine::Play,0,RDLogLine::StartPlay);
|
||||
SetTransTimer(QTime(),prev_next_line==play_trans_line);
|
||||
if(logline->transType()!=RDLogLine::Stop) {
|
||||
StartEvent(play_next_line,RDLogLine::Play,0,RDLogLine::StartPlay);
|
||||
SetTransTimer(QTime(),prev_next_line==play_trans_line);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user