chore: feed consistency

This commit is contained in:
Cory Dransfeldt 2023-09-26 16:46:12 -07:00
parent 4a677a9ca2
commit 6c889dc592
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View file

@ -18,7 +18,7 @@ module.exports = {
if (item.type === 'book') normalized['alt'] = item['title']
if (item.type === 'movie') {
normalized['title'] = item['title']
normalized['alt'] = `${item['title']} - ${item['summary']}`
normalized['alt'] = `${item['title']} - ${item['description']}`
}
if (item.type === 'tv') {
normalized['title'] = item['title']