fix: book progress
This commit is contained in:
parent
20ee0e1fbd
commit
f584719d1f
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ module.exports = async function () {
|
|||
.map((book) => {
|
||||
book.type = 'book'
|
||||
if (!('dateAdded' in book)) book.dateAdded = new Date()
|
||||
if (!('percentage' in book)) book.percentage = '0%'
|
||||
return book
|
||||
})
|
||||
await asset.save(books, 'json')
|
||||
|
|
Reference in a new issue