From 2fa55c37ea2c33be975ed5500912af429a113144 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Fri, 27 Jun 2014 19:25:51 +0200 Subject: Revert "artwork: fix regression in fetching album art from id3v2.4" This reverts commit dea04451c8aaf322e397aceca0f871f9ff6ee5e2. --- plugins/artwork/artwork.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'plugins') diff --git a/plugins/artwork/artwork.c b/plugins/artwork/artwork.c index 7a5b56f6..612e4f1e 100644 --- a/plugins/artwork/artwork.c +++ b/plugins/artwork/artwork.c @@ -1002,6 +1002,10 @@ fetcher_thread (void *none) continue; } uint8_t *data = f->data; + if (tag.version[0] == 4) { + // skip size + data += 4; + } uint8_t *end = f->data + f->size; int enc = *data; data++; // enc -- cgit v1.2.3