This commit is contained in:
Zhi Wang 2022-01-18 13:11:39 -05:00
parent 4b73e418e2
commit 67ba39a8f9

View File

@ -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 // we will blast through the beginning of the session
if (cur >= start) { if (cur >= start) {
// we are cheating a little bit here, we do not want to wait for too long // 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) { if (exit) {
return return