summaryrefslogtreecommitdiff
path: root/apps/wps.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/wps.c')
-rw-r--r--apps/wps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/wps.c b/apps/wps.c
index 802a099c2e..b602f60185 100644
--- a/apps/wps.c
+++ b/apps/wps.c
@@ -78,7 +78,7 @@ static void draw_screen(struct mp3entry* id3)
78#endif 78#endif
79 79
80 lcd_clear_display(); 80 lcd_clear_display();
81 if(!id3) 81 if(!id3 && !mpeg_is_playing())
82 { 82 {
83#ifdef HAVE_LCD_CHARCELLS 83#ifdef HAVE_LCD_CHARCELLS
84 lcd_puts(0, 0, "End of list"); 84 lcd_puts(0, 0, "End of list");