Merge branch 'master' of github.com:KevinMidboe/seasonedShows
This commit is contained in:
@@ -22,6 +22,7 @@ function convertTmdbToMovie(tmdbMovie) {
|
||||
|
||||
movie.poster = tmdbMovie.poster_path;
|
||||
movie.background = tmdbMovie.backdrop_path;
|
||||
movie.overview = tmdbMovie.overview;
|
||||
|
||||
return movie;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user