Fixed a typo.

pull/1/head
NA 2024-01-26 03:19:19 +00:00
parent 0bfcfd496f
commit 054b2e48f1
1 changed files with 1 additions and 1 deletions

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