fix: adds missing indicator to tv episode results

This commit is contained in:
2025-07-08 19:28:14 -05:00
parent 7c8fa0c439
commit 2384bb2414
12 changed files with 39 additions and 112 deletions

View File

@@ -25,7 +25,6 @@ readonly class MonitorMovieHandler implements HandlerInterface
public function __construct(
private MonitorRepository $movieMonitorRepository,
private GetMovieOptionsHandler $getMovieOptionsHandler,
private MonitorOptionEvaluator $monitorOptionEvaluator,
private EntityManagerInterface $entityManager,
private MessageBusInterface $bus,
private LoggerInterface $logger,