imdb/tmdb: more unifications; setTitle()

Origin commit data
------------------
Commit: 5d2ede622f
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-05-03 (Mon, 03 May 2021)

Origin message was:
------------------
- imdb/tmdb: more unifications; setTitle()
This commit is contained in:
vanhofen
2021-05-03 01:00:35 +02:00
parent d7911c17a7
commit 2c5e8e6b55
10 changed files with 31 additions and 19 deletions

View File

@@ -66,7 +66,7 @@ void CTMDB::setTitle(std::string epgtitle)
{
minfo.epgtitle = epgtitle;
hintbox = new CHintBox(LOCALE_MESSAGEBOX_INFO, g_Locale->getText(LOCALE_TMDB_READ_DATA));
hintbox = new CHintBox(LOCALE_MESSAGEBOX_INFO, LOCALE_TMDB_READ_DATA);
hintbox->paint();
std::string lang = Lang2ISO639_1(g_settings.language);