fix(recents): Missing ON statement

This commit is contained in:
Ahmad Ansori Palembani 2024-12-16 09:00:40 +07:00
parent e5b8ed9e9d
commit 4fc18b4913
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

@ -181,6 +181,7 @@ JOIN (
WHERE C2.read = 0
GROUP BY C2.manga_id
) AS newest_chapter
ON C.manga_id = newest_chapter.manga_id
LEFT JOIN scanlators_view AS S
ON C.manga_id = S.manga_id
AND C.scanlator = S.name