diff options
-rw-r--r-- | plugins/artwork/artwork.c | 4 |
1 files changed, 4 insertions, 0 deletions
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 |