mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
- imdb/tmdb: more unifications
Origin commit data
------------------
Branch: ni/coolstream
Commit: a4c9df53a5
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-04-08 (Thu, 08 Apr 2021)
Origin message was:
------------------
- - imdb/tmdb: more unifications
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
#include "mb_functions.h"
|
||||
#include "mb_help.h"
|
||||
#include <gui/filebrowser.h>
|
||||
#include <gui/tmdb.h>
|
||||
#include <gui/mdb-tmdb.h>
|
||||
#include <gui/epgview.h>
|
||||
#include <gui/widget/hintbox.h>
|
||||
#include <gui/widget/icons.h>
|
||||
@@ -2170,7 +2170,7 @@ bool CMovieBrowser::onButtonPressMainFrame(neutrino_msg_t msg)
|
||||
extension = "." + extension;
|
||||
str_replace(extension, ".jpg", cover_file);
|
||||
printf("TMDB: %s : %s\n",m_movieSelectionHandler->file.Name.c_str(),cover_file.c_str());
|
||||
cTmdb* tmdb = cTmdb::getInstance();
|
||||
CTMDB* tmdb = CTMDB::getInstance();
|
||||
if (tmdb)
|
||||
{
|
||||
tmdb->setTitle(m_movieSelectionHandler->epgTitle);
|
||||
|
Reference in New Issue
Block a user