mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
supplement to d46b287d1c
This commit is contained in:
@@ -1248,7 +1248,11 @@ int CMovieBrowser::paint(void)
|
||||
refreshLCD();
|
||||
if (m_settings.gui == MB_GUI_FILTER)
|
||||
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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user