chore: restore plays

This commit is contained in:
Cory Dransfeldt 2023-10-20 14:07:54 -07:00
parent 29876fb982
commit 18f68b417a

View file

@ -12,7 +12,8 @@ module.exports = {
}
if (item.type === 'artist') {
normalized['title'] = item['title']
normalized['alt'] = item['title']
normalized['alt'] = `${item['plays']} plays of ${item['title']}`
normalized['subtext'] = `${item['plays']} plays`
}
if (item.type === 'book' || item.type === 'movie') normalized['alt'] = item['title']
if (item.type === 'tv') {