From 7c40643d8e652adf47cd0ad66fd98b4d808dfade Mon Sep 17 00:00:00 2001 From: dec05eba Date: Tue, 17 Aug 2021 01:53:55 +0200 Subject: Add AniList (WIP) --- plugins/MyAnimeList.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/MyAnimeList.hpp') 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 &result_tabs) override; }; -- cgit v1.2.3