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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/wps-display.c b/apps/wps-display.c
index 9c8619fa66..1ed70541dc 100644
--- a/apps/wps-display.c
+++ b/apps/wps-display.c
@@ -29,7 +29,7 @@
29#include "lcd.h" 29#include "lcd.h"
30#include "hwcompat.h" 30#include "hwcompat.h"
31#include "font.h" 31#include "font.h"
32#include "mpeg.h" 32#include "audio.h"
33#include "id3.h" 33#include "id3.h"
34#include "settings.h" 34#include "settings.h"
35#include "playlist.h" 35#include "playlist.h"
@@ -1011,7 +1011,7 @@ bool wps_display(struct mp3entry* id3,
1011{ 1011{
1012 lcd_clear_display(); 1012 lcd_clear_display();
1013 1013
1014 if (!id3 && !(mpeg_status() & MPEG_STATUS_PLAY)) 1014 if (!id3 && !(audio_status() & AUDIO_STATUS_PLAY))
1015 { 1015 {
1016#ifdef HAVE_LCD_CHARCELLS 1016#ifdef HAVE_LCD_CHARCELLS
1017 lcd_puts(0, 0, str(LANG_END_PLAYLIST_PLAYER)); 1017 lcd_puts(0, 0, str(LANG_END_PLAYLIST_PLAYER));