summaryrefslogtreecommitdiffstats
path: root/src/db-parse-context.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/db-parse-context.c')
-rw-r--r--src/db-parse-context.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/db-parse-context.c b/src/db-parse-context.c
index cf5171d..57d913a 100644
--- a/src/db-parse-context.c
+++ b/src/db-parse-context.c
@@ -116,6 +116,7 @@ db_parse_context_get_sub_context (DBParseContext *ctx, off_t offset)
ctx->total_len - offset,
ctx->byte_order);
sub_ctx->db = ctx->db;
+ sub_ctx->artwork = ctx->artwork;
return sub_ctx;
}