mirror of
https://github.com/john-okeefe/foliate-js.git
synced 2026-09-09 11:29:14 -04:00
KF8: fix contributor not exposed in metadata
This commit is contained in:
@@ -627,6 +627,7 @@ export class MOBI extends PDB {
|
|||||||
description: unescapeHTML(exth?.description),
|
description: unescapeHTML(exth?.description),
|
||||||
subject: exth?.subject?.map(unescapeHTML),
|
subject: exth?.subject?.map(unescapeHTML),
|
||||||
rights: unescapeHTML(exth?.rights),
|
rights: unescapeHTML(exth?.rights),
|
||||||
|
contributor: exth?.contributor,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
async getCover() {
|
async getCover() {
|
||||||
|
|||||||
Reference in New Issue
Block a user