mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 17:13:47 +02:00
2017-07-18 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in the 'ListCuts web API call that caused incorrect <startPoint> and <endPoint> values to the returned.
This commit is contained in:
@@ -1496,7 +1496,7 @@ QString RDCut::xml(RDSqlQuery *q,bool absolute,RDSettings *settings)
|
||||
else {
|
||||
xml+=" "+RDXmlField("startPoint",0);
|
||||
xml+=" "+
|
||||
RDXmlField("endPoint",q->value(31).toInt()-q->value(59).toInt());
|
||||
RDXmlField("endPoint",q->value(60).toInt()-q->value(59).toInt());
|
||||
if(q->value(61).toInt()<0) {
|
||||
xml+=" "+RDXmlField("fadeupPoint",-1);
|
||||
}
|
||||
|
Reference in New Issue
Block a user