From 536866ff882013208ea5acb1622dee38055b34f2 Mon Sep 17 00:00:00 2001 From: xaralis <filip.varecha@fragaria.cz> Date: Wed, 23 Dec 2020 21:49:40 +0100 Subject: [PATCH] feat: autoplay stream --- src/pages/Home.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Home.jsx b/src/pages/Home.jsx index 3fc5883..d494ce9 100644 --- a/src/pages/Home.jsx +++ b/src/pages/Home.jsx @@ -204,7 +204,7 @@ const Home = () => { url={streamUrl} title="Video stream" controls={true} - playing={false} + playing={true} width="100%" height="" /> -- GitLab