From 054b2e48f17c347dd0c237ac89a5ac8cc2539214 Mon Sep 17 00:00:00 2001 From: NA Date: Fri, 26 Jan 2024 03:19:19 +0000 Subject: [PATCH] Fixed a typo. --- src/book.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/book.rs b/src/book.rs index 42cdfb4..bed16cb 100644 --- a/src/book.rs +++ b/src/book.rs @@ -78,7 +78,7 @@ impl Book { cover_image_url: http::string_to_url(&html::get_cover_image_url_from_index(&index_html)), index_html: index_html, chapters: chapters, - image_urls_and_tags, + image_urls_and_tags: image_urls_and_tags, } }