From 6d02d5b83f471ebab877e5e6bae38abf234c75ae Mon Sep 17 00:00:00 2001 From: ElementalAlchemist Date: Tue, 19 Nov 2024 01:39:44 -0600 Subject: [PATCH] Show the time range link in the restreamer --- thrimbletrimmer/src/restreamer/Restreamer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thrimbletrimmer/src/restreamer/Restreamer.tsx b/thrimbletrimmer/src/restreamer/Restreamer.tsx index ae4a4c2..13e3101 100644 --- a/thrimbletrimmer/src/restreamer/Restreamer.tsx +++ b/thrimbletrimmer/src/restreamer/Restreamer.tsx @@ -171,7 +171,7 @@ const RestreamerWithDefaults: Component = (props) => { busStartTime={busStartTime} streamVideoInfo={streamVideoInfo} setStreamVideoInfo={setStreamVideoInfo} - showTimeRangeLink={false} + showTimeRangeLink={true} errorList={props.errorList} setErrorList={props.setErrorList} />