chore: deps; better single episode show display; styles
This commit is contained in:
parent
5a8ad0af13
commit
fbce37d5a0
5 changed files with 39 additions and 38 deletions
|
@ -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') {
|
||||
|
|
Reference in a new issue