From 55fc0437a4521b094ec258801316f7fec5202312 Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Sun, 4 Oct 2020 16:37:47 +0200 Subject: [PATCH] Fix bug --- index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.html b/index.html index 8af7095..2b3cccd 100644 --- a/index.html +++ b/index.html @@ -24,6 +24,10 @@ }, 50); } } + + app.ports.registerVideo.subscribe(function(args) { + setup(args); + });