mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 07:23:09 +02:00
- moviebrowser: avoid useless RC_left/right keys in youtube mode
This commit is contained in:
@@ -1800,10 +1800,12 @@ bool CMovieBrowser::onButtonPressMainFrame(neutrino_msg_t msg)
|
||||
}
|
||||
else if (msg == CRCInput::RC_left)
|
||||
{
|
||||
if (show_mode != MB_SHOW_YT)
|
||||
onSetGUIWindowPrev();
|
||||
}
|
||||
else if (msg == CRCInput::RC_right)
|
||||
{
|
||||
if (show_mode != MB_SHOW_YT)
|
||||
onSetGUIWindowNext();
|
||||
}
|
||||
else if (msg == CRCInput::RC_green)
|
||||
|
Reference in New Issue
Block a user