mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 07:22:57 +02:00
imdb: make search results more robust
Origin commit data
------------------
Commit: 801def06f3
Author: gixxpunk <thomas.harfmann@gmail.com>
Date: 2017-05-29 (Mon, 29 May 2017)
This commit is contained in:
@@ -206,7 +206,7 @@ std::string CIMDB::googleIMDb(std::string s)
|
|||||||
{
|
{
|
||||||
CHTTPTool httpTool;
|
CHTTPTool httpTool;
|
||||||
std::string ret = search_error;
|
std::string ret = search_error;
|
||||||
std::string search_string("");
|
std::string search_string("title+");
|
||||||
char* search_char = (char*) s.c_str();
|
char* search_char = (char*) s.c_str();
|
||||||
|
|
||||||
m.clear();
|
m.clear();
|
||||||
|
Reference in New Issue
Block a user