feat: shows monitor poster on modal

This commit is contained in:
Brock H Caldwell
2025-11-06 15:16:59 -06:00
parent ec0d2a198c
commit f253b33910
5 changed files with 14 additions and 2 deletions

View File

@@ -98,6 +98,7 @@ class ApiController extends AbstractController
'allDay' => true,
'backgroundColor' => $eventColors[$monitor->getImdbId()],
'borderColor' => $eventColors[$monitor->getImdbId()],
'attachment' => $monitor->getPoster(),
];
});