mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 17:31:20 +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
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