From c3bc6fbd7f4fffff90b40f813418b0dbd030bbd2 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Wed, 26 May 2021 08:18:00 +0200 Subject: cleanup --- plugins/NyaaSi.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins') diff --git a/plugins/NyaaSi.hpp b/plugins/NyaaSi.hpp index 45c2f7b..897c5ab 100644 --- a/plugins/NyaaSi.hpp +++ b/plugins/NyaaSi.hpp @@ -35,5 +35,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; } }; } \ No newline at end of file -- cgit v1.2.3