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 b1a67884df..2972fc0a33 100644
--- a/apps/wps-display.c
+++ b/apps/wps-display.c
@@ -313,7 +313,7 @@ static char* get_tag(struct mp3entry* id3,
313 return buf; 313 return buf;
314 314
315 case 'e': /* Playlist Total Entries */ 315 case 'e': /* Playlist Total Entries */
316 snprintf(buf, buf_size, "%d", playlist.amount); 316 snprintf(buf, buf_size, "%d", playlist_amount());
317 return buf; 317 return buf;
318 318
319 case 'c': /* Current Time in Song */ 319 case 'c': /* Current Time in Song */