mirror of
https://github.com/Raine-gay/royal_road_archiver.git
synced 2024-11-14 11:28:43 -06:00
Fixed a typo.
This commit is contained in:
parent
0bfcfd496f
commit
054b2e48f1
|
@ -78,7 +78,7 @@ impl Book {
|
||||||
cover_image_url: http::string_to_url(&html::get_cover_image_url_from_index(&index_html)),
|
cover_image_url: http::string_to_url(&html::get_cover_image_url_from_index(&index_html)),
|
||||||
index_html: index_html,
|
index_html: index_html,
|
||||||
chapters: chapters,
|
chapters: chapters,
|
||||||
image_urls_and_tags,
|
image_urls_and_tags: image_urls_and_tags,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue