summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/wps.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/wps.c b/apps/wps.c
index f4872eb1a1..6b76e751b6 100644
--- a/apps/wps.c
+++ b/apps/wps.c
@@ -141,6 +141,7 @@ int wps_show(void)
lastlength = id3->length;
lastsize = id3->filesize;
lastrate = id3->bitrate;
+ lastvbr = id3->vbr;
lastartist = id3->artist?id3->artist[0]:0;
lastalbum = id3->album?id3->album[0]:0;
lasttitle = id3->title?id3->title[0]:0;