From c0fe4bc6e4d2c27320481e4645b60722080aa8fd Mon Sep 17 00:00:00 2001 From: waker Date: Sat, 19 May 2012 11:02:33 +0200 Subject: fixed album art load regression --- plugins/artwork/artwork.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/artwork') diff --git a/plugins/artwork/artwork.c b/plugins/artwork/artwork.c index aa941b81..6ba07522 100644 --- a/plugins/artwork/artwork.c +++ b/plugins/artwork/artwork.c @@ -978,6 +978,7 @@ fetcher_thread (void *none) #ifdef USE_METAFLAC // try to load embedded from flac metadata + for (;;) { const char *filename = param->fname; FLAC__Metadata_Chain *chain = FLAC__metadata_chain_new(); @@ -1040,6 +1041,7 @@ fetcher_thread (void *none) if (iterator) { FLAC__metadata_iterator_delete(iterator); } + break; } #endif } -- cgit v1.2.3