Skip to content

Commit

Permalink
Revert debug change
Browse files Browse the repository at this point in the history
  • Loading branch information
leepeuker committed Dec 25, 2022
1 parent 3542a65 commit 25b692f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Domain/Movie/MovieApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ public function updateCast(int $movieId, TmdbCast $tmdbCast) : void
$castMember->getPerson()->getPosterPath(),
);

$this->castApi->create($movieId, $person->getId(), null, $position);
$this->castApi->create($movieId, $person->getId(), $castMember->getCharacter(), $position);
}
}

Expand Down

0 comments on commit 25b692f

Please sign in to comment.