mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-13 08:23:45 +02:00
- imdb/tmdb: more unifications; function names
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -813,7 +813,7 @@ int CMovieBrowser::exec(CMenuTarget* parent, const std::string & actionKey)
|
||||
|
||||
std::string title = m_movieSelectionHandler->epgTitle;
|
||||
CIMDB *imdb = CIMDB::getInstance();
|
||||
imdb->getIMDb(title);
|
||||
imdb->getMovieDetails(title);
|
||||
|
||||
#if 0
|
||||
element = imdb->getIMDbElement("Title");
|
||||
|
Reference in New Issue
Block a user