From f6feb3f322576d0472d849cb01477450acd5f4ba Mon Sep 17 00:00:00 2001 From: masterhc Date: Wed, 24 Apr 2024 11:36:59 +0100 Subject: [PATCH] Fix: Chapter must reference their parent link --- lib.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib.js b/lib.js index e18dd14..c45a42c 100644 --- a/lib.js +++ b/lib.js @@ -353,7 +353,11 @@ module.exports.Manga = class Manga try { const Scanlator = new this.Engine(); const Manga = await Scanlator.GetManga(this.link, this.title); - let List = await Scanlator.ChapterList(this.link, this.title); + let List = await Scanlator.ChapterList(this.link, this.title); + for(var i = 0; i { return a.num-b.num;