Update/frontend logic #30 #33

Merged
KevinMidboe merged 19 commits from update/frontend_logic into master 2017-09-26 22:47:26 +00:00
Showing only changes of commit 6f54a61223 - Show all commits

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