summaryrefslogtreecommitdiff
path: root/apps/plugins/mpegplayer/mpegplayer.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/mpegplayer/mpegplayer.c')
-rw-r--r--apps/plugins/mpegplayer/mpegplayer.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/plugins/mpegplayer/mpegplayer.c b/apps/plugins/mpegplayer/mpegplayer.c
index 5ea17f9a3e..97f648621a 100644
--- a/apps/plugins/mpegplayer/mpegplayer.c
+++ b/apps/plugins/mpegplayer/mpegplayer.c
@@ -822,8 +822,7 @@ static void osd_backlight_on_video_mode(bool video_on)
822{ 822{
823 if (video_on) { 823 if (video_on) {
824 /* Turn off backlight timeout */ 824 /* Turn off backlight timeout */
825 /* backlight control in lib/helper.c */ 825 backlight_ignore_timeout();
826 backlight_force_on();
827#if defined(HAVE_LCD_ENABLE) || defined(HAVE_LCD_SLEEP) 826#if defined(HAVE_LCD_ENABLE) || defined(HAVE_LCD_SLEEP)
828 rb->remove_event(LCD_EVENT_ACTIVATION, osd_lcd_enable_hook); 827 rb->remove_event(LCD_EVENT_ACTIVATION, osd_lcd_enable_hook);
829#endif 828#endif