From 6f54a612232cd10ca2649554e27cdc55a8a218de Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Tue, 26 Sep 2017 20:41:25 +0200 Subject: [PATCH] Removed a extra / that was in the posterURL --- seasoned_api/src/plex/mailTemplate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {