aboutsummaryrefslogtreecommitdiff
path: root/plugins/Saucenao.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Saucenao.hpp')
-rw-r--r--plugins/Saucenao.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Saucenao.hpp b/plugins/Saucenao.hpp
index d58b424..997fb05 100644
--- a/plugins/Saucenao.hpp
+++ b/plugins/Saucenao.hpp
@@ -8,7 +8,7 @@ namespace QuickMedia {
SaucenaoPage(Program *program, const std::string &path, bool is_local) : LazyFetchPage(program), path(path), is_local(is_local) {}
const char* get_title() const override { return "SauceNAO"; }
bool submit_is_async() const override { return false; }
- PluginResult submit(const std::string &title, const std::string &url, std::vector<Tab> &result_tabs) override;
+ PluginResult submit(const SubmitArgs &args, std::vector<Tab> &result_tabs) override;
PluginResult lazy_fetch(BodyItems &result_items) override;
private:
std::string path;