mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
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:
@@ -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)) {
|
||||
|
Reference in New Issue
Block a user