From 660f6bbf1ea329f4823163c0e248d8c5a97b5e88 Mon Sep 17 00:00:00 2001 From: John Factotum <50942278+johnfactotum@users.noreply.github.com> Date: Mon, 15 Jul 2024 00:11:25 +0800 Subject: [PATCH] KF8: fix contributor not exposed in metadata --- mobi.js | 1 + 1 file changed, 1 insertion(+) diff --git a/mobi.js b/mobi.js index 86bc994..31ff1dc 100644 --- a/mobi.js +++ b/mobi.js @@ -627,6 +627,7 @@ export class MOBI extends PDB { description: unescapeHTML(exth?.description), subject: exth?.subject?.map(unescapeHTML), rights: unescapeHTML(exth?.rights), + contributor: exth?.contributor, } } async getCover() {