@@ -66,7 +66,7 @@ |
||
66 | 66 | { |
67 | 67 | $this->tmdb = $tmdb; |
68 | 68 | $this->logger = $tmdb->getLogger(); |
69 | - $this->data = $this->tmdb->getRequest('tv/' . $tv_id . '/season/'.$season_number.'/credits'); |
|
69 | + $this->data = $this->tmdb->getRequest('tv/' . $tv_id . '/season/' . $season_number . '/credits'); |
|
70 | 70 | $this->options = $options; |
71 | 71 | } |
72 | 72 |
@@ -66,7 +66,7 @@ |
||
66 | 66 | { |
67 | 67 | $this->tmdb = $tmdb; |
68 | 68 | $this->logger = $tmdb->getLogger(); |
69 | - $this->data = $this->tmdb->getRequest('tv/' . $tv_id . '/season/'.$season_number.'/episode/'.$episode_number.'/credits'); |
|
69 | + $this->data = $this->tmdb->getRequest('tv/' . $tv_id . '/season/' . $season_number . '/episode/' . $episode_number . '/credits'); |
|
70 | 70 | $this->options = $options; |
71 | 71 | } |
72 | 72 |