aboutsummaryrefslogtreecommitdiff
path: root/include/Json.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/Json.hpp')
-rw-r--r--include/Json.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Json.hpp b/include/Json.hpp
index ae84141..9e1e706 100644
--- a/include/Json.hpp
+++ b/include/Json.hpp
@@ -5,5 +5,5 @@
namespace QuickMedia {
const rapidjson::Value& GetMember(const rapidjson::Value &obj, const char *key);
- DownloadResult download_json(rapidjson::Document &result, const std::string &url, std::vector<CommandArg> additional_args, bool use_tor, bool use_browser_useragent = true, std::string *err_msg = nullptr);
+ DownloadResult download_json(rapidjson::Document &result, const std::string &url, std::vector<CommandArg> additional_args, bool use_browser_useragent = true, std::string *err_msg = nullptr);
} \ No newline at end of file