gui/channellist, gui/moviebrowser: use g_settings.key_record instead of CRCInput::RC_record

Conflicts:
	src/gui/channellist.cpp
	src/gui/moviebrowser.cpp
This commit is contained in:
martii
2014-02-23 12:07:37 +01:00
committed by [CST] Focus
parent 14ea66b8f1
commit 6f6068f4cd

View File

@@ -1100,7 +1100,7 @@ int CMovieBrowser::exec(const char* path)
refresh();
}
}
else if ((show_mode == MB_SHOW_YT) && (msg == CRCInput::RC_record) && m_movieSelectionHandler)
else if ((show_mode == MB_SHOW_YT) && (msg == (neutrino_msg_t) g_settings.key_record) && m_movieSelectionHandler)
{
m_movieSelectionHandler->source = (show_mode == MB_SHOW_YT) ? MI_MOVIE_INFO::YT : MI_MOVIE_INFO::NK;
if (cYTCache::getInstance()->addToCache(m_movieSelectionHandler)) {