mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-11 15:16:07 +01:00
2017-04-05 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in 'lib/carts.cpp' that broke cut listings in the 'ListCarts' web API call.
This commit is contained in:
@@ -1431,7 +1431,7 @@ QString RDCart::xml(RDSqlQuery *q,bool include_cuts,
|
||||
case RDCart::Audio:
|
||||
if(include_cuts) {
|
||||
cartnum=q->value(0).toUInt();
|
||||
if(q->value(28).toString().isEmpty()) {
|
||||
if(q->value(29).toString().isEmpty()) {
|
||||
xml+=" <cutList/>\n";
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user