summaryrefslogtreecommitdiff
path: root/apps/metadata/mp4.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/metadata/mp4.c')
-rw-r--r--apps/metadata/mp4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/metadata/mp4.c b/apps/metadata/mp4.c
index 4feb56cf98..df164436f5 100644
--- a/apps/metadata/mp4.c
+++ b/apps/metadata/mp4.c
@@ -487,7 +487,7 @@ static bool read_mp4_tags(int fd, struct mp3entry* id3,
487 { 487 {
488 id3->albumart.pos = pos; 488 id3->albumart.pos = pos;
489 id3->albumart.size = size - 16; 489 id3->albumart.size = size - 16;
490 id3->embed_albumart = true; 490 id3->has_embedded_albumart = true;
491 } 491 }
492 } 492 }
493 break; 493 break;