summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-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 5ad8b18..90fec56 100644
--- a/apps/wps-display.c
+++ b/apps/wps-display.c
@@ -461,7 +461,7 @@ static char* get_tag(struct mp3entry* cid3,
#endif
case 'f': /* full-line progress bar */
#ifdef HAVE_LCD_CHARCELLS
- if(has_new_lcd()) {
+ if(is_new_player()) {
*flags |= WPS_REFRESH_PLAYER_PROGRESS;
*flags |= WPS_REFRESH_DYNAMIC;
full_line_progressbar=1;