Limit correspondent page episode count to released episodes #204

Merged
rho_n merged 3 commits from I188_fix-correspondent-page-episode-count into main 2024-09-28 15:44:53 +00:00
Showing only changes of commit 3662ebd0aa - Show all commits

View File

@ -1,5 +1,5 @@
<!--% query_hpr_shows = '
SELECT
SELECT
eps.id,
eps.explicit,
eps.date, eps.license, eps.duration,
@ -17,8 +17,8 @@
'
%-->
<!--% query_hpr_show_count = '
SELECT id
FROM eps
WHERE eps.hostid = ? eps.date < DATE_ADD(NOW(), INTERVAL 1 DAY)
SELECT id
FROM eps
WHERE eps.hostid = ? AND eps.date < DATE_ADD(NOW(), INTERVAL 1 DAY)
'
%-->