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,11 +1800,13 @@ bool CMovieBrowser::onButtonPressMainFrame(neutrino_msg_t msg)
|
|||||||
}
|
}
|
||||||
else if (msg == CRCInput::RC_left)
|
else if (msg == CRCInput::RC_left)
|
||||||
{
|
{
|
||||||
onSetGUIWindowPrev();
|
if (show_mode != MB_SHOW_YT)
|
||||||
|
onSetGUIWindowPrev();
|
||||||
}
|
}
|
||||||
else if (msg == CRCInput::RC_right)
|
else if (msg == CRCInput::RC_right)
|
||||||
{
|
{
|
||||||
onSetGUIWindowNext();
|
if (show_mode != MB_SHOW_YT)
|
||||||
|
onSetGUIWindowNext();
|
||||||
}
|
}
|
||||||
else if (msg == CRCInput::RC_green)
|
else if (msg == CRCInput::RC_green)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user