feat: cdn crop tv images

This commit is contained in:
Cory Dransfeldt 2023-09-10 13:26:08 -07:00
parent 663b45b14f
commit cb7195ab10
No known key found for this signature in database

View file

@ -51,7 +51,8 @@ module.exports = async function () {
`https://cdn.coryd.dev/tv/${matchedEpisode['name']
.replace(':', '')
.replace(/\s+/g, '-')
.toLowerCase()}.jpg` || 'https://cdn.coryd.dev/tv/missing-tv.jpg',
.toLowerCase()}.jpg?crop=450,662&crop_gravity=center&quality=100` ||
'https://cdn.coryd.dev/tv/missing-tv.jpg',
startingEpisode: matchedEpisode['episode'],
startingSeason: matchedEpisode['season'],
episode: episodeNumber,