First push of semi working tmdb

This commit is contained in:
DariusIII
2015-11-02 13:33:19 +01:00
parent 294ad95a7a
commit fe5574c0b3
16 changed files with 90 additions and 1253 deletions
-11
View File
@@ -422,17 +422,6 @@ class TmdbAPI {
return new Season($this->_call('tv/'. $idTVShow .'/season/' . $numSeason, $appendToResponse));
}*/
/**
* Get a Episode
*
* @param int $idEpisode The Episode id
* @param string $appendToResponse The extra append of the request, by default all
* @return Episode
*/
/*public function getEpisode($idEpisode, $appendToResponse = 'append_to_response=trailers,images,casts,translations'){
return new Episode($this->_call('tv/season/episode/' . $idEpisode, $appendToResponse));
}*/
/**
* Get a Episode
*