summaryrefslogtreecommitdiff
path: root/apps/metadata/asf.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/metadata/asf.c')
-rw-r--r--apps/metadata/asf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/metadata/asf.c b/apps/metadata/asf.c
index f5532fa628..b815c09769 100644
--- a/apps/metadata/asf.c
+++ b/apps/metadata/asf.c
@@ -503,7 +503,7 @@ static int asf_parse_header(int fd, struct mp3entry* id3,
503 if (id3->albumart.type != AA_TYPE_UNKNOWN) { 503 if (id3->albumart.type != AA_TYPE_UNKNOWN) {
504 id3->albumart.pos = lseek(fd, 0, SEEK_CUR); 504 id3->albumart.pos = lseek(fd, 0, SEEK_CUR);
505 id3->albumart.size = datalength; 505 id3->albumart.size = datalength;
506 id3->embed_albumart = true; 506 id3->has_embedded_albumart = true;
507 } 507 }
508 } 508 }
509 509