From d59bff092d461c013c0fed34ffa950e1f4ae2aa2 Mon Sep 17 00:00:00 2001 From: Andrew Mahone Date: Fri, 15 May 2009 23:26:37 +0000 Subject: FS#10201, skip folder.jpg in search_albumart_files if size_string is not empty. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20951 a1c6a512-1295-4272-9138-f99709370657 --- apps/recorder/albumart.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/recorder') diff --git a/apps/recorder/albumart.c b/apps/recorder/albumart.c index 24b01f9c52..92e36d9113 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); -- cgit v1.2.3