CC-6054: live-info-v2 returns future shows without ordering by start time
This commit is contained in:
parent
02d49864fa
commit
23dd6d4021
|
@ -1163,7 +1163,7 @@ ORDER BY
|
||||||
AND si.starts < :timeNow::timestamp THEN 1
|
AND si.starts < :timeNow::timestamp THEN 1
|
||||||
WHEN si.starts > :timeNow::timestamp THEN 2
|
WHEN si.starts > :timeNow::timestamp THEN 2
|
||||||
ELSE 3
|
ELSE 3
|
||||||
END
|
END, si.starts
|
||||||
LIMIT :lim
|
LIMIT :lim
|
||||||
SQL;
|
SQL;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue