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.
1 parent 92cbf43 commit 0f0497dCopy full SHA for 0f0497d
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