aboutsummaryrefslogtreecommitdiff
path: root/plugins/MyAnimeList.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-08-17 01:53:55 +0200
committerdec05eba <dec05eba@protonmail.com>2021-08-17 01:53:55 +0200
commit7c40643d8e652adf47cd0ad66fd98b4d808dfade (patch)
treeef4ad59f37decfe95c2bc91e44a85e71d8a68b6e /plugins/MyAnimeList.hpp
parentf68aaa4e778c6cb1ea86f4daae0f8fae95ca3414 (diff)
Add AniList (WIP)
Diffstat (limited to 'plugins/MyAnimeList.hpp')
-rw-r--r--plugins/MyAnimeList.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/MyAnimeList.hpp b/plugins/MyAnimeList.hpp
index c88e94f..192f0f3 100644
--- a/plugins/MyAnimeList.hpp
+++ b/plugins/MyAnimeList.hpp
@@ -8,6 +8,7 @@ namespace QuickMedia {
MyAnimeListSearchPage(Program *program) : Page(program) {}
const char* get_title() const override { return "Search for anime or manga"; }
bool search_is_filter() override { return false; }
+ bool submit_is_async() const override { return false; }
SearchResult search(const std::string &str, BodyItems &result_items) override;
PluginResult submit(const std::string &title, const std::string &url, std::vector<Tab> &result_tabs) override;
};