From 23423ba85b07d423af38c7467c830eaaf109cf89 Mon Sep 17 00:00:00 2001 From: mansoor-roeen-glitch <75437785+mansoor-roeen-glitch@users.noreply.github.com> Date: Tue, 14 Sep 2021 01:58:23 +0530 Subject: [PATCH] Update VideoElement.js --- src/components/VideoElement.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/VideoElement.js b/src/components/VideoElement.js index 1f26730a..c07fb0fd 100644 --- a/src/components/VideoElement.js +++ b/src/components/VideoElement.js @@ -49,13 +49,13 @@ export function VideoElement({ streamUrl, loading, setProgress, videoRef, startT if (!streamUrl.endsWith('.mp4')) { return ( ) } else { return ( )