TMDB: second try without (*)

This commit is contained in:
Jacek Jendrzej
2020-02-27 12:41:54 +01:00
parent aec0aca885
commit c44222b74a
2 changed files with 29 additions and 16 deletions

View File

@@ -52,6 +52,7 @@ class cTmdb
std::string key; // tmdb api key
bool GetMovieDetails(std::string lang, bool second = false);
bool GetData(std::string url, Json::Value *root);
void selectResult(Json::Value elements, int results, int &used_result);
public: