aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Manga.cpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2022-02-03 21:09:26 +0100
committerdec05eba <dec05eba@protonmail.com>2022-02-03 21:09:26 +0100
commit9f12d8a7f6e4cdf0cb95130b69da2b368cc9cbb5 (patch)
tree6b0c85fca617329a94fc94c0f4a247ff7ecd38fd /src/plugins/Manga.cpp
parentf7f45ddc492b992cc49a92f620e37316e4d1fed4 (diff)
Add thumbnail to manga history page. Start on new manga history format (one json file)
Diffstat (limited to 'src/plugins/Manga.cpp')
-rw-r--r--src/plugins/Manga.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/Manga.cpp b/src/plugins/Manga.cpp
index 5f0aae7..4401974 100644
--- a/src/plugins/Manga.cpp
+++ b/src/plugins/Manga.cpp
@@ -24,6 +24,7 @@ namespace QuickMedia {
std::shared_ptr<BodyItem> MangaChaptersPage::get_bookmark_body_item() {
auto body_item = BodyItem::create(content_title);
body_item->url = content_url;
+ body_item->thumbnail_url = thumbnail_url;
return body_item;
}
} \ No newline at end of file