mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
fix(recents): Missing ON
statement
This commit is contained in:
parent
e5b8ed9e9d
commit
4fc18b4913
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue