From 9fe6d0fe509295d3ef93e1007fbed475737808c6 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Tue, 17 Aug 2021 02:35:19 +0200 Subject: Add related and recommendations page to AniList --- plugins/AniList.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins') diff --git a/plugins/AniList.hpp b/plugins/AniList.hpp index 3d71f5c..c877b8e 100644 --- a/plugins/AniList.hpp +++ b/plugins/AniList.hpp @@ -45,6 +45,7 @@ namespace QuickMedia { bool submit_is_async() const override { return false; } PluginResult submit(const std::string &title, const std::string &url, std::vector &result_tabs) override; PluginResult lazy_fetch(BodyItems &result_items) override; + PluginResult get_page(const std::string &str, int page, BodyItems &result_items) override; private: std::string id; }; -- cgit v1.2.3