chore: more tags
This commit is contained in:
parent
408b7bcc2c
commit
35848faf2d
4 changed files with 21 additions and 2 deletions
|
@ -12,6 +12,7 @@ export default async function () {
|
|||
url: `https://openlibrary.org/isbn/${book['isbn']}`,
|
||||
dateAdded: book?.['dateStarted'] || book?.['dateFinished'],
|
||||
status: book['status'],
|
||||
tags: book['tags'],
|
||||
type: 'book',
|
||||
}
|
||||
))
|
||||
|
|
Reference in a new issue