diff --git a/lib/Tmdb/Repository/TvRepository.php b/lib/Tmdb/Repository/TvRepository.php index a3b55e99..8f96bac7 100644 --- a/lib/Tmdb/Repository/TvRepository.php +++ b/lib/Tmdb/Repository/TvRepository.php @@ -176,7 +176,7 @@ public function getTopRated(array $options = array()) public function getOnTheAir(array $options = array()) { return $this->getFactory()->createResultCollection( - $this->getApi()->getTopRated($options) + $this->getApi()->getOnTheAir($options) ); } }