feat: show unique shows on now page
This commit is contained in:
parent
55cf750643
commit
920c44f6d9
2 changed files with 59 additions and 13 deletions
|
@ -23,7 +23,7 @@ module.exports = {
|
|||
if (item.type === 'tv') {
|
||||
normalized['title'] = item['title']
|
||||
normalized['alt'] = `${item['title']} from ${item['name']}`
|
||||
normalized['subtext'] = `${item.name} • <strong>${item.episode}</strong>`
|
||||
normalized['subtext'] = item['subtext']
|
||||
}
|
||||
return normalized
|
||||
}),
|
||||
|
|
Reference in a new issue