1
0
forked from HPR/hpr_generator

Temporary fix to get future episodes working. Removed the date restriction

This commit is contained in:
2023-07-12 08:54:41 +02:00
parent fb2b3ec6db
commit a97cc7714f
3 changed files with 1 additions and 4 deletions

View File

@@ -9,7 +9,6 @@
FROM eps
INNER JOIN hosts ON eps.hostid = hosts.hostid
INNER JOIN miniseries ON eps.series = miniseries.id
WHERE eps.date < date(\'now\', \'+1 days\')
ORDER BY eps.id + 0 DESC'
%-->