feat: show unique shows on now page

This commit is contained in:
Cory Dransfeldt 2023-09-05 11:04:10 -07:00
parent 55cf750643
commit 920c44f6d9
No known key found for this signature in database
2 changed files with 59 additions and 13 deletions

View file

@ -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
}),