From 67ba39a8f924f1457e43714448c2845f2833a73f Mon Sep 17 00:00:00 2001 From: Zhi Wang Date: Tue, 18 Jan 2022 13:11:39 -0500 Subject: [PATCH] WIP --- assets/replay.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/replay.js b/assets/replay.js index deaae87..9a864f5 100644 --- a/assets/replay.js +++ b/assets/replay.js @@ -97,7 +97,7 @@ async function play_ctrl(term, session, start, total_dur, paused, shifted, prog) // we will blast through the beginning of the session if (cur >= start) { // we are cheating a little bit here, we do not want to wait for too long - exit = await sleep(Math.min(item.Duration, 800), paused) + exit = await sleep(Math.min(item.Duration, 1000), paused) if (exit) { return