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