diff options
author | dec05eba <dec05eba@protonmail.com> | 2021-08-17 02:35:19 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2021-08-17 02:35:19 +0200 |
commit | 9fe6d0fe509295d3ef93e1007fbed475737808c6 (patch) | |
tree | e3923bc22d3e5a233d3a540381ee6f11bba2e564 /plugins | |
parent | 7b5f338e7c98242e6c67df62988dfadd5b4fc748 (diff) |
Add related and recommendations page to AniList
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/AniList.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
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<Tab> &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; }; |