fix: reference
This commit is contained in:
parent
8f7e6b789f
commit
305ca8d7e6
3 changed files with 4 additions and 4 deletions
|
@ -166,7 +166,7 @@ export default {
|
|||
normalized['subtext'] = item['rating']
|
||||
}
|
||||
if (item.type === 'book') {
|
||||
normalized['title'] = `${item['title']} by ${item['authors']}`
|
||||
normalized['title'] = `${item['title']} by ${item['author']}`
|
||||
normalized['rating'] = item['rating']
|
||||
if (item['rating']) normalized['subtext'] = item['rating']
|
||||
}
|
||||
|
|
Reference in a new issue