From 7b9a675e31ee239f46388a9ea32173e25fcf0f1a Mon Sep 17 00:00:00 2001 From: Benjamin Jones Date: Mon, 29 Mar 2021 18:06:21 +0200 Subject: [PATCH] removed debug line to force a current video --- app.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app.js b/app.js index 0a394b7..e214889 100644 --- a/app.js +++ b/app.js @@ -23,10 +23,6 @@ export default () => { useEffect(() => { if (data && data.length) { data.forEach((stream, index) => { - // if (stream.title === 'A Wider Screen') { - if (index === 0) { - setCurrentVideo(stream) - } if ( isWithinInterval(new Date(), { start: subHours(stream.start, 1),