Revert "Minor fix for history url"

This reverts commit 28edaca869aed7eae231d04abc97f433b6465be3.
This commit is contained in:
Jobobby04 2024-03-17 20:08:03 -04:00 committed by Cuong M. Tran
parent d6fe21f9c3
commit 6a51a303ea
No known key found for this signature in database
GPG key ID: 733AA7624B9315C2

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: