mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-17 16:11:12 +02:00
2021-12-12 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:
@@ -2351,6 +2351,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());
|
||||
|
Reference in New Issue
Block a user