mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
supplement to d46b287d1c
This commit is contained in:
@@ -1248,7 +1248,11 @@ int CMovieBrowser::paint(void)
|
|||||||
refreshLCD();
|
refreshLCD();
|
||||||
if (m_settings.gui == MB_GUI_FILTER)
|
if (m_settings.gui == MB_GUI_FILTER)
|
||||||
m_settings.gui = MB_GUI_MOVIE_INFO;
|
m_settings.gui = MB_GUI_MOVIE_INFO;
|
||||||
onSetGUIWindow(m_settings.gui);
|
if (show_mode == MB_SHOW_YT)
|
||||||
|
onSetGUIWindow(MB_GUI_MOVIE_INFO);
|
||||||
|
else
|
||||||
|
onSetGUIWindow(m_settings.gui);
|
||||||
|
|
||||||
return (true);
|
return (true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user