Revert "Minor fix for history url"

This reverts commit 28edaca869aed7eae231d04abc97f433b6465be3.
This commit is contained in:
Jobobby04 2024-03-17 20:08:03 -04:00
parent 87feb58055
commit 2f54f00bf7

View File

@ -19,7 +19,7 @@ H.last_read,
H.time_read
FROM history H
JOIN chapters C
ON H.chapter_id = C._id AND C.manga_id = :mangaId
ON H.chapter_id = C._id
WHERE C.manga_id = :mangaId AND C._id = H.chapter_id;
getHistoryByChapterUrl: