From 64f7b797c0f54e0c14fab44e2c62762c49a63d7e Mon Sep 17 00:00:00 2001 From: gamebeaker Date: Fri, 9 May 2025 23:09:53 +0200 Subject: [PATCH 1/2] awsedf --- plugin/js/parsers/DaoDivineTlParser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/js/parsers/DaoDivineTlParser.js b/plugin/js/parsers/DaoDivineTlParser.js index 19d359662..9901d2e05 100644 --- a/plugin/js/parsers/DaoDivineTlParser.js +++ b/plugin/js/parsers/DaoDivineTlParser.js @@ -28,7 +28,7 @@ class DaoDivineTlParser extends Parser{ pageCount = Chapterjsons.pageCount; } } - return chapters; + return chapters.reverse(); } chaptersFromJson(json){ From b351d101127ace8e5a7b20edbc1c9b0c17114b78 Mon Sep 17 00:00:00 2001 From: gamebeaker Date: Fri, 9 May 2025 23:12:00 +0200 Subject: [PATCH 2/2] rth --- plugin/js/parsers/DaoDivineTlParser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/js/parsers/DaoDivineTlParser.js b/plugin/js/parsers/DaoDivineTlParser.js index 9901d2e05..19d359662 100644 --- a/plugin/js/parsers/DaoDivineTlParser.js +++ b/plugin/js/parsers/DaoDivineTlParser.js @@ -28,7 +28,7 @@ class DaoDivineTlParser extends Parser{ pageCount = Chapterjsons.pageCount; } } - return chapters.reverse(); + return chapters; } chaptersFromJson(json){