summaryrefslogtreecommitdiff
path: root/apps/recorder/albumart.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder/albumart.c')
-rw-r--r--apps/recorder/albumart.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/recorder/albumart.c b/apps/recorder/albumart.c
index 381e61d2c9..bba2f1b67e 100644
--- a/apps/recorder/albumart.c
+++ b/apps/recorder/albumart.c
@@ -167,7 +167,7 @@ bool search_albumart_files(const struct mp3entry *id3, const char *size_string,
167 dirlen = strlen(dir); 167 dirlen = strlen(dir);
168 albumlen = id3->album ? strlen(id3->album) : 0; 168 albumlen = id3->album ? strlen(id3->album) : 0;
169 169
170 for(pass = 0; pass < 2; pass++) 170 for(pass = 0; pass < 2 - track_first; pass++)
171 { 171 {
172 if (track_first || pass) 172 if (track_first || pass)
173 { 173 {