bug fixes
This commit is contained in:
14
novelfire.js
14
novelfire.js
@@ -82,12 +82,14 @@ class novelfire {
|
||||
}
|
||||
);
|
||||
|
||||
return options.map(o => ({
|
||||
id: `https://novelfire.net/book/${bookId}/chapter-${o.chapter}`,
|
||||
title: o.title,
|
||||
chapter: o.chapter,
|
||||
language: "en"
|
||||
}));
|
||||
return {
|
||||
chapters: options.map(o => ({
|
||||
id: `https://novelfire.net/book/${bookId}/chapter-${o.chapter}`,
|
||||
title: o.title,
|
||||
chapter: o.chapter,
|
||||
language: "en"
|
||||
}))
|
||||
};
|
||||
}
|
||||
|
||||
async findChapterPages(chapterId) {
|
||||
|
||||
Reference in New Issue
Block a user