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

Conflicts:
	src/gui/channellist.cpp
	src/gui/moviebrowser.cpp


Origin commit data
------------------
Commit: 6f6068f4cd
Author: martii <m4rtii@gmx.de>
Date: 2014-02-23 (Sun, 23 Feb 2014)
This commit is contained in:
martii
2014-02-23 12:07:37 +01:00
committed by [CST] Focus
parent 7b6ef6332e
commit 71985710eb

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)) {