fix: spacing

This commit is contained in:
Cory Dransfeldt 2024-05-20 16:24:23 -07:00
parent 3917915d50
commit 48d27c8ca9
No known key found for this signature in database
6 changed files with 15 additions and 11 deletions

View file

@ -200,7 +200,7 @@ export default {
normalized['subtext'] = `${item['plays']} plays`
}
if (item.type === 'movie') {
normalized['title'] = `${item['title']} (${item['year']})`
normalized['title'] = item['title']
normalized['alt'] = item['title']
normalized['rating'] = item['rating']
normalized['subtext'] = item['rating']