mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-27 22:22:36 +02:00
2024-02-18 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in rdairplay(1) that caused invalid PAD JSON to be emitted when processing a Chain event. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
parent
16e35df01d
commit
49516407ae
@ -24598,3 +24598,6 @@
|
||||
Layer II to fail.
|
||||
2024-01-13 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Added an extended event PAD output at TCP port 34290.
|
||||
2024-02-18 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed a regression in rdairplay(1) that caused invalid PAD JSON
|
||||
to be emitted when processing a Chain event.
|
||||
|
@ -3224,7 +3224,7 @@ void RDLogPlay::SendNowNext()
|
||||
play_pad_socket[i]->
|
||||
write(GetPadJson("next",logline[1],
|
||||
next_datetime,nextLine(),8,(i==0)||
|
||||
((1+nextLine())==lineCount())||(nextLine()<0)).toUtf8());
|
||||
((1+nextLine())>=lineCount())||(nextLine()<0)).toUtf8());
|
||||
|
||||
if(nextLine()>=0) {
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user