chore: book date fixes
This commit is contained in:
parent
316cd9e83d
commit
b74b49f52d
4 changed files with 4 additions and 3 deletions
|
@ -7,6 +7,7 @@ module.exports = async function () {
|
|||
author: read.authors.length > 1 ? read.authors.join(', ') : read.authors.pop(),
|
||||
cover: read.thumbnail.replace('https://books.google.com', 'https://books.coryd.dev'),
|
||||
link: `https://openlibrary.org/search?q=${read.isbn}`,
|
||||
started: read.dateStarted,
|
||||
finished: read.dateFinished
|
||||
}
|
||||
})
|
||||
|
|
Reference in a new issue