mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 01:11:12 +02:00
- moviebrowser: remove unnecessary check from hintbox in showYTMenu() function
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -4360,9 +4360,7 @@ bool CMovieBrowser::showYTMenu(bool calledExternally)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (reload) {
|
if (reload) {
|
||||||
CHintBox loadBox(LOCALE_MOVIEPLAYER_YTPLAYBACK, (show_mode == MB_SHOW_YT)
|
CHintBox loadBox(LOCALE_MOVIEPLAYER_YTPLAYBACK, LOCALE_MOVIEBROWSER_SCAN_FOR_VIDEOS, 450);
|
||||||
? g_Locale->getText(LOCALE_MOVIEBROWSER_SCAN_FOR_VIDEOS)
|
|
||||||
: g_Locale->getText(LOCALE_MOVIEBROWSER_SCAN_FOR_MOVIES), 450);
|
|
||||||
loadBox.paint();
|
loadBox.paint();
|
||||||
ytparser.Cleanup();
|
ytparser.Cleanup();
|
||||||
loadYTitles(newmode, m_settings.ytsearch, m_settings.ytvid);
|
loadYTitles(newmode, m_settings.ytsearch, m_settings.ytvid);
|
||||||
|
Reference in New Issue
Block a user