From 5cc735b22570f1667d62958e59ce4910b529f5af Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 16 Aug 2021 21:13:24 +0200 Subject: Add MyAnimeList (wip) --- plugins/Info.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Info.hpp') diff --git a/plugins/Info.hpp b/plugins/Info.hpp index 4ab39f5..af62282 100644 --- a/plugins/Info.hpp +++ b/plugins/Info.hpp @@ -8,7 +8,7 @@ namespace QuickMedia { InfoPage(Program *program) : Page(program) {} const char* get_title() const override { return "Info"; } PluginResult submit(const std::string &title, const std::string &url, std::vector &result_tabs) override; - bool submit_is_async() override { return false; } + bool submit_is_async() const override { return false; } static std::shared_ptr add_url(const std::string &url); static std::shared_ptr add_reverse_image_search(const std::string &image_url); -- cgit v1.2.3