From 083eb93b5538154d3462e2951ad8afe61a911539 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Thu, 4 Aug 2016 16:00:34 +0200 Subject: [PATCH] epgview: remove imdb/tmdb mixing Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/4f66026c9530cd4d729a3dc99d8c7a32fe359df7 Author: vanhofen Date: 2016-08-04 (Thu, 04 Aug 2016) Origin message was: ------------------ - epgview: remove imdb/tmdb mixing ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/epgview.cpp | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/gui/epgview.cpp b/src/gui/epgview.cpp index aaa7702bc..ff3920590 100644 --- a/src/gui/epgview.cpp +++ b/src/gui/epgview.cpp @@ -1525,17 +1525,6 @@ int CEpgData::showIMDb(bool splash) processTextToArray(" ", 0, imdb->gotPoster()); // empty line to get space for the rating stars processTextToArray(txt, 0, imdb->gotPoster()); - if (g_settings.tmdb_api_key != "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX") - { - cTmdb* tmdb = new cTmdb(epgData.title); - if ((tmdb->getResults() > 0) && (!tmdb->getDescription().empty())) - { - processTextToArray("themoviedb.org:", 0, imdb->gotPoster()); - processTextToArray(tmdb->getDescription(), 0, imdb->gotPoster()); - } - delete tmdb; - } - textCount = epgText.size(); //rating