summaryrefslogtreecommitdiff
path: root/plugins/artwork/artwork.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/artwork/artwork.c')
-rw-r--r--plugins/artwork/artwork.c3
1 files changed, 1 insertions, 2 deletions
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;