fix: reference
This commit is contained in:
parent
6ca026af0b
commit
ad81eb050c
3 changed files with 9 additions and 9 deletions
|
@ -70,7 +70,7 @@ export default {
|
|||
|
||||
if (rating) processedEntry.rating = rating
|
||||
if (tags) processedEntry.tags = tags
|
||||
if (type === 'album-release' && artist) processedEntry.title = `${title} by ${artist}`
|
||||
if (type === 'album-release' && artist) processedEntry.title = `${title} by ${artist['name']}`
|
||||
|
||||
posts.push(processedEntry)
|
||||
})
|
||||
|
|
Reference in a new issue