Removed a extra / that was in the posterURL

This commit is contained in:
2017-09-26 20:41:25 +02:00
parent 1321671840
commit 6f54a61223

View File

@@ -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() {