mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-29 07:02:34 +02: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:
parent
275c08b156
commit
23df8ca675
@ -15709,3 +15709,6 @@
|
||||
to the Edit User dialog in 'rdadmin/edit_user.cpp' and
|
||||
'rdadmin/edit_user.h'.
|
||||
* Added a PAM service configuration in 'conf/rivendell.pam'.
|
||||
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.
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user