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 5ad8b188e2..90fec56001 100644
--- a/apps/wps-display.c
+++ b/apps/wps-display.c
@@ -461,7 +461,7 @@ static char* get_tag(struct mp3entry* cid3,
461#endif 461#endif
462 case 'f': /* full-line progress bar */ 462 case 'f': /* full-line progress bar */
463#ifdef HAVE_LCD_CHARCELLS 463#ifdef HAVE_LCD_CHARCELLS
464 if(has_new_lcd()) { 464 if(is_new_player()) {
465 *flags |= WPS_REFRESH_PLAYER_PROGRESS; 465 *flags |= WPS_REFRESH_PLAYER_PROGRESS;
466 *flags |= WPS_REFRESH_DYNAMIC; 466 *flags |= WPS_REFRESH_DYNAMIC;
467 full_line_progressbar=1; 467 full_line_progressbar=1;