fix: actually fixes broken monitor -> media links

This commit is contained in:
2025-09-17 13:10:07 -05:00
parent da7a267e2a
commit 538fde40fe
2 changed files with 4 additions and 12 deletions

View File

@@ -23,7 +23,6 @@ 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);