forked from rho_n/hpr_generator
Fix display of corresponent episodes
Prevent display of future episodes which have been uploaded to HPR.
This commit is contained in:
parent
f90c704033
commit
fe3ed40641
@ -21,7 +21,7 @@
|
|||||||
FROM eps
|
FROM eps
|
||||||
INNER JOIN hosts ON eps.hostid = hosts.hostid
|
INNER JOIN hosts ON eps.hostid = hosts.hostid
|
||||||
INNER JOIN miniseries ON eps.series = miniseries.id
|
INNER JOIN miniseries ON eps.series = miniseries.id
|
||||||
WHERE hosts.hostid = ?
|
WHERE hosts.hostid = ? AND eps.date < date(\'now\', \'+1 days\')
|
||||||
ORDER BY date DESC ')
|
ORDER BY date DESC ')
|
||||||
%-->
|
%-->
|
||||||
<!--% shows_to_count = query_show_count.execute(id); %-->
|
<!--% shows_to_count = query_show_count.execute(id); %-->
|
||||||
|
Loading…
Reference in New Issue
Block a user