From 51aa9384f7cf3ba33430ab7cade60ccdfbe06943 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 26 Aug 2021 05:45:49 +0200 Subject: Mangadex: fix missing thumbnails --- plugins/Mangadex.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/Mangadex.hpp') diff --git a/plugins/Mangadex.hpp b/plugins/Mangadex.hpp index 1bc4b21..cb412da 100644 --- a/plugins/Mangadex.hpp +++ b/plugins/Mangadex.hpp @@ -20,6 +20,7 @@ namespace QuickMedia { ChapterImageUrls chapter_image_urls; private: + // Cover id should be set in the body items thumbnail url PluginResult get_cover_urls(BodyItems &body_items); SearchResult search(const std::string &str, int page, BodyItems &result_items); bool get_rememberme_token(std::string &rememberme_token); -- cgit v1.2.3