aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Fourchan.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/Fourchan.cpp')
-rw-r--r--src/plugins/Fourchan.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/Fourchan.cpp b/src/plugins/Fourchan.cpp
index f7c9910..01c8546 100644
--- a/src/plugins/Fourchan.cpp
+++ b/src/plugins/Fourchan.cpp
@@ -526,7 +526,7 @@ namespace QuickMedia {
additional_args.push_back({ "--form-string", "filename=" + file_get_filename(filepath) });
}
- if(pass_id.empty()) {
+ if(pass_id.empty() && !captcha_id.empty()) {
additional_args.push_back(CommandArg{"--form-string", "t-challenge=" + captcha_id});
additional_args.push_back(CommandArg{"--form-string", "t-response=" + captcha_solution});
}