Fix auto media action problem .

This commit is contained in:
Dermot Duffy
2024-08-26 16:36:44 -07:00
parent e94f550172
commit 4712a320b8
3 changed files with 10 additions and 6 deletions
@@ -29,6 +29,7 @@ describe('LiveController', () => {
parent.addEventListener('frigate-card:message', eventListener);
const controller = new LiveController(host);
expect(host.addController).toBeCalled();
controller.hostConnected();