KF8: fix contributor not exposed in metadata

This commit is contained in:
John Factotum
2024-07-15 00:11:25 +08:00
parent 5cda2125d8
commit 660f6bbf1e
+1
View File
@@ -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() {