diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/NyaaSi.hpp | 1 |
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 |