feat: support rating radio fields

This commit is contained in:
Cory Dransfeldt 2024-06-02 13:14:09 -07:00
parent d31ce9b2cd
commit abb4ba37f3
No known key found for this signature in database
4 changed files with 9 additions and 9 deletions

View file

@ -70,7 +70,7 @@ export default async function () {
status: book['read_status'],
progress: book['progress'],
tags: book['tags'],
rating: book['rating'] !== 'unrated' ? book['rating'] : '',
rating: book['star_rating'] !== 'unrated' ? book['star_rating'] : '',
isbn: book['isbn'],
type: 'book',
}