chore: deps; better single episode show display; styles

This commit is contained in:
Cory Dransfeldt 2024-06-17 09:51:41 -07:00
parent 5a8ad0af13
commit fbce37d5a0
No known key found for this signature in database
5 changed files with 39 additions and 38 deletions

View file

@ -150,8 +150,8 @@ export default {
if (item['rating']) normalized['subtext'] = item['rating']
}
if (item.type === 'tv') {
normalized['title'] = item['title']
normalized['alt'] = `${item['title']} from ${item['name']}`
normalized['title'] = item['name']
normalized['alt'] = `${item['subtext']} of ${item['name']}`
normalized['subtext'] = item['subtext']
}
if (item.type === 'tv-range') {