aboutsummaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-05-26 08:18:00 +0200
committerdec05eba <dec05eba@protonmail.com>2021-05-26 08:18:00 +0200
commitc3bc6fbd7f4fffff90b40f813418b0dbd030bbd2 (patch)
tree4ee4b493f94e662c3590cbd77b2fc88d137b240c /plugins
parent1026360c595818eabe75813bcd02258c4d0dddc7 (diff)
cleanup
Diffstat (limited to 'plugins')
-rw-r--r--plugins/NyaaSi.hpp1
1 files changed, 1 insertions, 0 deletions
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<Tab> &result_tabs) override;
+ bool submit_is_async() override { return false; }
};
} \ No newline at end of file