chore: add authors
This commit is contained in:
parent
fb71612b52
commit
324483df99
2 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,7 @@ module.exports = async function () {
|
|||
})?.['cover_i']
|
||||
books.push({
|
||||
title: book.title,
|
||||
author: book['authors'][0].name,
|
||||
url: `https://oku.club/book/${book.slug}`,
|
||||
cover: coverId
|
||||
? `https://books.coryd.dev/b/id/${coverId}-L.jpg`
|
||||
|
|
Reference in a new issue