summaryrefslogtreecommitdiff
path: root/apps/wps-display.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/wps-display.c')
-rw-r--r--apps/wps-display.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/wps-display.c b/apps/wps-display.c
index 72905e441b..98a1d8b632 100644
--- a/apps/wps-display.c
+++ b/apps/wps-display.c
@@ -576,7 +576,7 @@ void wps_display(struct mp3entry* id3)
576{ 576{
577 lcd_clear_display(); 577 lcd_clear_display();
578 578
579 if (!id3 && !mpeg_is_playing()) 579 if (!id3 && !(mpeg_status() & MPEG_STATUS_PLAY))
580 { 580 {
581#ifdef HAVE_LCD_CHARCELLS 581#ifdef HAVE_LCD_CHARCELLS
582 lcd_puts(0, 0, str(LANG_END_PLAYLIST_PLAYER)); 582 lcd_puts(0, 0, str(LANG_END_PLAYLIST_PLAYER));