fix: cleanup
This commit is contained in:
parent
f03cee9c5a
commit
df36cd266c
25 changed files with 29 additions and 29 deletions
|
@ -141,7 +141,7 @@ export default {
|
|||
if (item.type === 'album-release') {
|
||||
normalized['title'] = item['title']
|
||||
normalized['alt'] = `${item['title']} by ${item['artist']}`
|
||||
normalized['subtext'] = `${item['artist']} • ${item['date']}`
|
||||
normalized['subtext'] = `${item['artist']} / ${item['date']}`
|
||||
}
|
||||
if (item.type === 'movie') {
|
||||
normalized['title'] = item['title']
|
||||
|
|
Reference in a new issue