Skip to content

Fixed LibRead chapterlist not loading - #2463

Closed
D3ICIDE wants to merge 0 commit into
lnreader:masterfrom
D3ICIDE:master
Closed

Fixed LibRead chapterlist not loading#2463
D3ICIDE wants to merge 0 commit into
lnreader:masterfrom
D3ICIDE:master

Conversation

@D3ICIDE

@D3ICIDE D3ICIDE commented Aug 24, 2026

Copy link
Copy Markdown
Contributor

Closed: #2452

Checklist

  • Update version code if an existing plugin was modified
  • Test changes in Plugin Playground or the app
  • Reference related issues in the PR body (e.g. Closes #xyz)

Copilot AI lite review requested due to automatic review settings August 24, 2026 09:27
@D3ICIDE

D3ICIDE commented Aug 24, 2026

Copy link
Copy Markdown
Contributor Author

Needs clarification on whether to version bump every plugin in the source or only the plugin that uses that part of the code.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Fixes Lib Read chapter loading and updates its plugin version.

Changes:

  • Prefer parsed chapter lists for non-AJAX sources.
  • Bump Lib Read from version 2.2.3 to 2.2.4.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Summary
plugins/multisrc/readnovelfull/template.ts Adjusts chapter-list selection logic.
plugins/multisrc/readnovelfull/sources.json Updates Lib Read’s plugin version.
Suppressed comments (1)

plugins/multisrc/readnovelfull/template.ts:502

  • This template is shared by Free Web Novel as well as Lib Read. FWN.com also sets noAjax: true and configures api/chapterlist.php in sources.json:86-97; when its page contains any parsed chapters, this branch now skips that API even if totalChapter is populated. The previous condition used the API in that case, so a page/partial list can omit chapters. Make using the page list an explicit per-source option enabled only for Lib Read, or retain the API path for FWN.
    if (this.options.noAjax && chapters.length > 0) {

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Lib read chapters not updating

2 participants