mirror of
https://github.com/syssecfsu/witty.git
synced 2024-12-24 03:33:04 +01:00
WIP
This commit is contained in:
parent
4b73e418e2
commit
67ba39a8f9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user