mirror of
https://github.com/jpd002/Play-.git
synced 2025-04-28 13:47:57 +03:00
Update Framework submodule.
This commit is contained in:
parent
9bc87c583b
commit
01ac0abdf7
1 changed files with 2 additions and 1 deletions
|
@ -5,6 +5,7 @@
|
|||
#include "TheGamesDbClient.h"
|
||||
#include "string_format.h"
|
||||
#include "http/HttpClientFactory.h"
|
||||
#include "Url.h"
|
||||
|
||||
using namespace TheGamesDb;
|
||||
|
||||
|
@ -80,7 +81,7 @@ Game CClient::GetGame(uint32 id)
|
|||
|
||||
GamesList CClient::GetGamesList(const std::string& platformID, const std::string& name)
|
||||
{
|
||||
auto encodedName = Framework::Http::CHttpClient::UrlEncode(name);
|
||||
auto encodedName = Framework::UrlEncode(name);
|
||||
|
||||
auto url = string_format(g_getGamesListUrl, platformID.c_str(), encodedName.c_str());
|
||||
auto requestResult =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue