summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 24b01f9..92e36d9 100644
--- a/apps/recorder/albumart.c
+++ b/apps/recorder/albumart.c
@@ -193,7 +193,7 @@ bool search_albumart_files(const struct mp3entry *id3, const char *size_string,
}
#if defined(HAVE_JPEG) || defined(PLUGIN)
- if (!found)
+ if (!found && !*size_string)
{
snprintf (path, sizeof(path), "%sfolder.jpg", dir);
found = file_exists(path);