aboutsummaryrefslogtreecommitdiff
path: root/plugins/MyAnimeList.hpp
diff options
context:
space:
mode:
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;
};