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/NyaaSi.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/NyaaSi.hpp') diff --git a/plugins/NyaaSi.hpp b/plugins/NyaaSi.hpp index 6f161ac..f113544 100644 --- a/plugins/NyaaSi.hpp +++ b/plugins/NyaaSi.hpp @@ -54,7 +54,7 @@ namespace QuickMedia { NyaaSiSortOrderPage(Program *program, Body *body, NyaaSiSearchPage *search_page) : Page(program), body(body), search_page(search_page) {} const char* get_title() const override { return "Sort order"; } 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; } private: Body *body; NyaaSiSearchPage *search_page; @@ -65,6 +65,6 @@ namespace QuickMedia { NyaaSiTorrentPage(Program *program) : Page(program) {} const char* get_title() const override { return "Torrent"; } 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; } }; } \ No newline at end of file -- cgit v1.2.3