From 5267c9b2c585417566a4e28da23e81548000d2d7 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Fri, 27 Jun 2014 19:47:39 +0200 Subject: artwork: new id3v2 APIC handling fix --- plugins/artwork/artwork.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'plugins') diff --git a/plugins/artwork/artwork.c b/plugins/artwork/artwork.c index 612e4f1e..41963292 100644 --- a/plugins/artwork/artwork.c +++ b/plugins/artwork/artwork.c @@ -1002,8 +1002,7 @@ fetcher_thread (void *none) continue; } uint8_t *data = f->data; - if (tag.version[0] == 4) { - // skip size + if (f->flags[1] == 3) { data += 4; } uint8_t *end = f->data + f->size; -- cgit v1.2.3