Fixed recording-state-lock bug

This commit is contained in:
Maximilian Giller 2020-11-21 01:00:34 +01:00
parent b348ba91a9
commit 4e241f0ed2

View file

@ -106,6 +106,7 @@ function initRunningRecords() {
return api.getRunningRecords().then((records) => {
if (records === undefined || records.length <= 0) {
currentRecord = undefined;
setState(States.IDLE);
return;
}