From 62155250836609cc7896953b25ac300c17fbd7de Mon Sep 17 00:00:00 2001 From: waker Date: Thu, 6 Sep 2012 20:25:51 +0200 Subject: fixed album art search order (now it's alphabetical) --- plugins/artwork/artwork.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/artwork') diff --git a/plugins/artwork/artwork.c b/plugins/artwork/artwork.c index 54f1f34a..7ba418fc 100644 --- a/plugins/artwork/artwork.c +++ b/plugins/artwork/artwork.c @@ -1080,7 +1080,7 @@ fetcher_thread (void *none) p = e; } if (files_count == 0) { - files_count = scandir (path, &files, filter_jpg, NULL); + files_count = scandir (path, &files, filter_jpg, alphasort); } if (files_count > 0) { -- cgit v1.2.3