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:
vanhofen
2018-10-16 23:57:28 +02:00
parent 8fc52f909e
commit 22c85c557c

View File

@@ -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);