From 5f91ec05db6b56c5b58702fa58d099afb153e15d Mon Sep 17 00:00:00 2001 From: Jacek Jendrzej Date: Mon, 3 Jun 2019 23:33:29 +0200 Subject: [PATCH] YT supplement to e193c72d345574c445c3f987f5e5695a3d57765d Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/c4ff7e17de26d5864e5a6891249f8351e23ed154 Author: Jacek Jendrzej Date: 2019-06-03 (Mon, 03 Jun 2019) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/moviebrowser/mb.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/gui/moviebrowser/mb.cpp b/src/gui/moviebrowser/mb.cpp index 8966d6ca2..415685042 100644 --- a/src/gui/moviebrowser/mb.cpp +++ b/src/gui/moviebrowser/mb.cpp @@ -4339,7 +4339,6 @@ int CYTHistory::exec(CMenuTarget* parent, const std::string &actionKey) } *search = actionKey; allexit = true; - g_RCInput->postMsg((neutrino_msg_t) CRCInput::RC_blue, 0); return menu_return::RETURN_EXIT; } @@ -4445,10 +4444,8 @@ bool CMovieBrowser::showYTMenu(bool calledExternally) if (calledExternally) return true; - bool no_reload = false; if (ret == menu_return::RETURN_EXIT_ALL && !search.empty() && !m_settings.ytsearch.empty() && search != m_settings.ytsearch){ select = cYTFeedParser::SEARCH; - no_reload = true; } printf("MovieBrowser::showYTMenu(): selected: %d\n", select); @@ -4465,7 +4462,7 @@ bool CMovieBrowser::showYTMenu(bool calledExternally) else if (select == cYTFeedParser::SEARCH) { printf("search for: %s\n", search.c_str()); if (!search.empty()) { - reload = !no_reload;// default true + reload = true; m_settings.ytsearch = search; m_settings.ytmode = newmode; m_settings.ytsearch_history.push_front(search);