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 6553e9b542..a24cae9717 100644
--- a/apps/wps-display.c
+++ b/apps/wps-display.c
@@ -499,7 +499,7 @@ static char* get_tag(struct mp3entry* id3,
499 499
500 case 'n': /* Playlist Name (without path) */ 500 case 'n': /* Playlist Name (without path) */
501 *flags |= WPS_REFRESH_STATIC; 501 *flags |= WPS_REFRESH_STATIC;
502 return playlist_name(buf, buf_size); 502 return playlist_name(NULL, buf, buf_size);
503 503
504 case 'e': /* Playlist Total Entries */ 504 case 'e': /* Playlist Total Entries */
505 *flags |= WPS_REFRESH_STATIC; 505 *flags |= WPS_REFRESH_STATIC;