diff --git a/backend/app/Services/TMDB.php b/backend/app/Services/TMDB.php index 9bd2bd2..c85b178 100644 --- a/backend/app/Services/TMDB.php +++ b/backend/app/Services/TMDB.php @@ -107,7 +107,7 @@ ] ]); - $items = collect($this->createItems($response)); + $items = collect($this->createItems($response, 'movie')); $allID = $items->pluck('tmdb_id'); // Get all movies from trendig / upcoming which already in database.