diff --git a/src/Search/Action/Handler/GetMediaInfoHandler.php b/src/Search/Action/Handler/GetMediaInfoHandler.php index b660158..94be583 100644 --- a/src/Search/Action/Handler/GetMediaInfoHandler.php +++ b/src/Search/Action/Handler/GetMediaInfoHandler.php @@ -23,6 +23,7 @@ class GetMediaInfoHandler implements HandlerInterface $handlers = [ MediaType::Movie->value => 'getMovieDetails', MediaType::TvShow->value => 'getTvshowDetails', + MediaType::TvEpisode->value => 'getTvshowDetails', ]; $handler = $handlers[$command->mediaType]; $media = $this->$handler($command);