mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-30 15:42:34 +02:00
2021-12-17 Fred Gleason <fredg@paravelsystems.com>
* Added a 'graceTime' field to the return XML for the 'ListLog' WebAPI call. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
parent
645e00099a
commit
153d9f73ac
@ -20827,3 +20827,6 @@
|
||||
2021-12-17 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Added a 'linkLength' field to the return XML for the 'ListLog'
|
||||
WebAPI call.
|
||||
2021-12-17 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Added a 'graceTime' field to the return XML for the 'ListLog'
|
||||
WebAPI call.
|
||||
|
@ -2327,6 +2327,7 @@ QString RDLogLine::xml(int line) const
|
||||
ret+=" "+RDXmlField("startTime");
|
||||
}
|
||||
}
|
||||
ret+=" "+RDXmlField("graceTime",graceTime());
|
||||
ret+=" "+RDXmlField("transitionType",RDLogLine::transText(transType()));
|
||||
ret+=" "+RDXmlField("cutQuantity",cutQuantity());
|
||||
ret+=" "+RDXmlField("lastCutPlayed",lastCutPlayed());
|
||||
|
Loading…
x
Reference in New Issue
Block a user