Minor fix for history url
This commit is contained in:
@@ -19,7 +19,7 @@ H.last_read,
|
||||
H.time_read
|
||||
FROM history H
|
||||
JOIN chapters C
|
||||
ON H.chapter_id = C._id
|
||||
ON H.chapter_id = C._id AND C.manga_id = :mangaId
|
||||
WHERE C.manga_id = :mangaId AND C._id = H.chapter_id;
|
||||
|
||||
getHistoryByChapterUrl:
|
||||
|
||||
Reference in New Issue
Block a user