mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
epgview: remove imdb/tmdb mixing
Origin commit data
------------------
Branch: ni/coolstream
Commit: 4f66026c95
Author: vanhofen <vanhofen@gmx.de>
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
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user