mirror of
https://github.com/Sude-/lgogdownloader.git
synced 2025-02-01 21:42:31 +01:00
Merge branch 'full-logo' of https://github.com/nerdspice/lgogdownloader
This commit is contained in:
commit
73d18dcc60
@ -312,7 +312,9 @@ gameDetails galaxyAPI::productInfoJsonToGameDetails(const Json::Value& json, con
|
||||
gamedetails.product_id = json["id"].asString();
|
||||
gamedetails.title = json["title"].asString();
|
||||
gamedetails.icon = "https:" + json["images"]["icon"].asString();
|
||||
gamedetails.logo = "https:" + json["images"]["logo2x"].asString();
|
||||
gamedetails.logo = "https:" + json["images"]["logo"].asString();
|
||||
|
||||
Util::replaceString(gamedetails.logo, "_glx_logo.jpg", ".jpg");
|
||||
|
||||
if (json.isMember("changelog"))
|
||||
gamedetails.changelog = json["changelog"].asString();
|
||||
|
Loading…
x
Reference in New Issue
Block a user