In main.js added a call to updateStatus() before starting an interval.
This commit is contained in:
parent
eba2c7d18f
commit
4a4c228984
@ -70,6 +70,7 @@ async function interval() {
|
||||
}
|
||||
}
|
||||
|
||||
updateStatus().then(r => [cursong_duration_msec, cursong_startat] = r);
|
||||
update_interval_id = setInterval(interval, 1000);
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user