Fixed a typo.

This commit is contained in:
NA 2024-01-26 03:19:19 +00:00
parent 0bfcfd496f
commit 054b2e48f1

View file

@ -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,
}
}