diff options
author | dec05eba <dec05eba@protonmail.com> | 2021-08-26 05:45:49 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2021-08-26 05:45:49 +0200 |
commit | 51aa9384f7cf3ba33430ab7cade60ccdfbe06943 (patch) | |
tree | 1f167dd89274d851d8cdb7f7949efedd3bd7fa58 /plugins | |
parent | 1879c8d8b28bc522bbd5f85851a06c229fb95c2e (diff) |
Mangadex: fix missing thumbnails
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Mangadex.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
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); |