Now saves plex poster and background images

This commit is contained in:
2017-04-21 16:56:02 +02:00
parent 55be31b3db
commit 5a6111c865

View File

@@ -6,6 +6,8 @@ function converPlexToMovie(plexMovie) {
movie.year = plexMovie.year;
movie.library = plexMovie.librarySectionTitle;
movie.type = plexMovie.type;
movie.poster = plexMovie.thumb;
movie.background = plexMovie.art;
return movie;
}