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 10812e15c7..e983079461 100644
--- a/apps/wps.c
+++ b/apps/wps.c
@@ -140,6 +140,7 @@ int wps_show(void)
140 ( (id3->album?id3->album[0]:0) != lastalbum ) || 140 ( (id3->album?id3->album[0]:0) != lastalbum ) ||
141 ( (id3->title?id3->title[0]:0) != lasttitle ) ) 141 ( (id3->title?id3->title[0]:0) != lasttitle ) )
142 { 142 {
143 lcd_stop_scroll();
143 draw_screen(id3); 144 draw_screen(id3);
144 lastlength = id3->length; 145 lastlength = id3->length;
145 lastsize = id3->filesize; 146 lastsize = id3->filesize;