Now saves plex poster and background images
This commit is contained in:
@@ -6,6 +6,8 @@ function converPlexToMovie(plexMovie) {
|
|||||||
movie.year = plexMovie.year;
|
movie.year = plexMovie.year;
|
||||||
movie.library = plexMovie.librarySectionTitle;
|
movie.library = plexMovie.librarySectionTitle;
|
||||||
movie.type = plexMovie.type;
|
movie.type = plexMovie.type;
|
||||||
|
movie.poster = plexMovie.thumb;
|
||||||
|
movie.background = plexMovie.art;
|
||||||
|
|
||||||
return movie;
|
return movie;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user