mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-31 10:18:55 +00:00
First push of semi working tmdb
This commit is contained in:
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user