mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-08-09 16:41:19 +02:00
2017-11-20 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug that caused the initial playable cut in a cart set for 'By Order' scheduling to be skipped.
This commit is contained in:
parent
ebd0ea6bce
commit
912479e846
@ -16375,3 +16375,6 @@
|
|||||||
of the Operations Guide.
|
of the Operations Guide.
|
||||||
2017-11-13 Fred Gleason <fredg@paravelsystems.com>
|
2017-11-13 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Added a 'Managing Services' section to the Operations Guide.
|
* Added a 'Managing Services' section to the Operations Guide.
|
||||||
|
2017-11-20 Fred Gleason <fredg@paravelsystems.com>
|
||||||
|
* Fixed a bug that caused the initial playable cut in a cart set
|
||||||
|
for 'By Order' scheduling to be skipped.
|
||||||
|
@ -134,7 +134,7 @@ bool RDCart::selectCut(QString *cut,const QTime &time) const
|
|||||||
LAST_PLAY_DATETIME ASC";
|
LAST_PLAY_DATETIME ASC";
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
sql+=" order by LAST_PLAY_DATETIME desc";
|
sql+=" order by LAST_PLAY_DATETIME desc, PLAY_ORDER desc";
|
||||||
}
|
}
|
||||||
q=new RDSqlQuery(sql);
|
q=new RDSqlQuery(sql);
|
||||||
cutname=GetNextCut(q);
|
cutname=GetNextCut(q);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user