summaryrefslogtreecommitdiff
path: root/apps/wps.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/wps.c')
-rw-r--r--apps/wps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/wps.c b/apps/wps.c
index e501381e4c..d2e89adff5 100644
--- a/apps/wps.c
+++ b/apps/wps.c
@@ -220,7 +220,7 @@ static int browse_id3(void)
220 case 5: 220 case 5:
221 lcd_puts(0, 0, str(LANG_ID3_PLAYLIST)); 221 lcd_puts(0, 0, str(LANG_ID3_PLAYLIST));
222 snprintf(scroll_text,sizeof(scroll_text), "%d/%d", 222 snprintf(scroll_text,sizeof(scroll_text), "%d/%d",
223 id3->index + 1, playlist.amount); 223 id3->index + 1, playlist_amount());
224 lcd_puts_scroll(0, 1, scroll_text); 224 lcd_puts_scroll(0, 1, scroll_text);
225 break; 225 break;
226 226