mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
moviebrowser: remove unnecessary check from hintbox in showYTMenu() function
Origin commit data
------------------
Branch: ni/coolstream
Commit: e9bfb9e829
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-10-16 (Tue, 16 Oct 2018)
Origin message was:
------------------
- moviebrowser: remove unnecessary check from hintbox in showYTMenu() function
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -4380,9 +4380,7 @@ bool CMovieBrowser::showYTMenu(bool calledExternally)
|
||||
}
|
||||
|
||||
if (reload) {
|
||||
CHintBox loadBox(LOCALE_MOVIEPLAYER_YTPLAYBACK, (show_mode == MB_SHOW_YT)
|
||||
? g_Locale->getText(LOCALE_MOVIEBROWSER_SCAN_FOR_VIDEOS)
|
||||
: g_Locale->getText(LOCALE_MOVIEBROWSER_SCAN_FOR_MOVIES), 450);
|
||||
CHintBox loadBox(LOCALE_MOVIEPLAYER_YTPLAYBACK, LOCALE_MOVIEBROWSER_SCAN_FOR_VIDEOS, 450);
|
||||
loadBox.paint();
|
||||
ytparser.Cleanup();
|
||||
loadYTitles(newmode, m_settings.ytsearch, m_settings.ytvid);
|
||||
|
Reference in New Issue
Block a user