mirror of
https://github.com/Sude-/lgogdownloader.git
synced 2025-02-02 05:52:31 +01:00
Galaxy: Use en-US locale for product info
This commit is contained in:
parent
eee162177f
commit
b0a90f6c60
@ -259,7 +259,7 @@ Json::Value galaxyAPI::getProductInfo(const std::string& product_id)
|
|||||||
{
|
{
|
||||||
Json::Value json;
|
Json::Value json;
|
||||||
|
|
||||||
std::string url = "https://api.gog.com/products/" + product_id + "?expand=downloads,expanded_dlcs,description,screenshots,videos,related_products,changelog";
|
std::string url = "https://api.gog.com/products/" + product_id + "?expand=downloads,expanded_dlcs,description,screenshots,videos,related_products,changelog&locale=en-US";
|
||||||
std::string response = this->getResponse(url);
|
std::string response = this->getResponse(url);
|
||||||
|
|
||||||
Json::Reader *jsonparser = new Json::Reader;
|
Json::Reader *jsonparser = new Json::Reader;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user