mirror of
https://github.com/syssecfsu/witty.git
synced 2024-12-24 11:42:34 +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
|
// 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
|
||||||
|
Loading…
Reference in New Issue
Block a user