From ee41024a4fd69056a94d82f3fae8547f9bdb0b18 Mon Sep 17 00:00:00 2001 From: Moustapha Kodjo Amadou <107993382+kodjodevf@users.noreply.github.com> Date: Mon, 26 Jan 2026 17:30:07 +0100 Subject: [PATCH] rename --- lib/services/get_html_content.dart | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/services/get_html_content.dart b/lib/services/get_html_content.dart index 03af3e86..19f13b38 100644 --- a/lib/services/get_html_content.dart +++ b/lib/services/get_html_content.dart @@ -24,15 +24,15 @@ Future<(String, EpubNovel?)> getHtmlContent( } if (chapter.archivePath != null && chapter.archivePath!.isNotEmpty) { try { - final okk = await parseEpubFromPath( + final book = await parseEpubFromPath( epubPath: chapter.archivePath!, fullData: true, ); String htmlContent = ""; - for (var subChapter in okk.chapters) { + for (var subChapter in book.chapters) { htmlContent += "\n