From 1a5c98f8bfd19f438d5db2ef1cb1bec7ddc6074b Mon Sep 17 00:00:00 2001 From: gixxpunk Date: Mon, 29 May 2017 17:35:30 +0200 Subject: [PATCH] imdb: make search results more robust Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/801def06f357437c759561eb4620c43358242ef8 Author: gixxpunk Date: 2017-05-29 (Mon, 29 May 2017) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/imdb.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/imdb.cpp b/src/gui/imdb.cpp index 570110c30..3ce74cbfb 100644 --- a/src/gui/imdb.cpp +++ b/src/gui/imdb.cpp @@ -206,7 +206,7 @@ std::string CIMDB::googleIMDb(std::string s) { CHTTPTool httpTool; std::string ret = search_error; - std::string search_string(""); + std::string search_string("title+"); char* search_char = (char*) s.c_str(); m.clear();