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 2c62ba1..c91bd0d 100644
--- a/src/plugins/Fourchan.cpp
+++ b/src/plugins/Fourchan.cpp
@@ -528,7 +528,7 @@ namespace QuickMedia {
}
std::string response;
- if(download_to_string(url, response, additional_args, is_tor_enabled(), true) != DownloadResult::OK)
+ if(download_to_string(url, response, additional_args, true) != DownloadResult::OK)
return PostResult::ERR;
if(response.find("successful") != std::string::npos)