forked from HPR/hpr_generator
		
	Fix display of corresponent episodes
Prevent display of future episodes which have been uploaded to HPR.
This commit is contained in:
		| @@ -21,7 +21,7 @@ | ||||
| 	FROM eps  | ||||
| 	INNER JOIN hosts ON eps.hostid = hosts.hostid  | ||||
| 	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	') | ||||
| %--> | ||||
| <!--% shows_to_count = query_show_count.execute(id); %--> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user