chore: more tags

This commit is contained in:
Cory Dransfeldt 2024-04-20 13:15:02 -07:00
parent 408b7bcc2c
commit 35848faf2d
4 changed files with 21 additions and 2 deletions

View file

@ -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',
}
))