From dea04451c8aaf322e397aceca0f871f9ff6ee5e2 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Wed, 25 Jun 2014 20:47:02 +0200 Subject: artwork: fix regression in fetching album art from id3v2.4 --- plugins/artwork/artwork.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'plugins') diff --git a/plugins/artwork/artwork.c b/plugins/artwork/artwork.c index 612e4f1e..7a5b56f6 100644 --- a/plugins/artwork/artwork.c +++ b/plugins/artwork/artwork.c @@ -1002,10 +1002,6 @@ 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