We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 92cbf43 + 0f0497d commit d658162Copy full SHA for d658162
1 file changed
lib/Tmdb/Factory/FindFactory.php
@@ -86,7 +86,7 @@ public function create(array $data = [])
86
}
87
88
if (array_key_exists('tv_episode_results', $data)) {
89
- $find->setTvEpisodeResults($this->getTvSeasonFactory()->createCollection($data['tv_episode_results']));
+ $find->setTvEpisodeResults($this->getTvEpisodeFactory()->createCollection($data['tv_episode_results']));
90
91
92
return $find;
0 commit comments