From 9f12d8a7f6e4cdf0cb95130b69da2b368cc9cbb5 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 3 Feb 2022 21:09:26 +0100 Subject: Add thumbnail to manga history page. Start on new manga history format (one json file) --- src/plugins/Manga.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plugins/Manga.cpp') 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 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 -- cgit v1.2.3