parent
930cc60175
commit
f03cee9c5a
32 changed files with 47 additions and 47 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