diff --git a/seasoned_api/src/plex/mailTemplate.js b/seasoned_api/src/plex/mailTemplate.js index eb4d359..c07e34f 100644 --- a/seasoned_api/src/plex/mailTemplate.js +++ b/seasoned_api/src/plex/mailTemplate.js @@ -2,7 +2,7 @@ class mailTemplate { constructor(mediaItem) { this.mediaItem = mediaItem; - this.posterURL = 'https://image.tmdb.org/t/p/w600/'; + this.posterURL = 'https://image.tmdb.org/t/p/w600'; } toText() {