Fix: Update monitor object on pause (#4032)

pull/4050/head^2
Nelson Chan 6 months ago committed by GitHub
parent d56bf08cd7
commit 9964b6c4d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1832,6 +1832,7 @@ async function pauseMonitor(userID, monitorID) {
if (monitorID in server.monitorList) {
server.monitorList[monitorID].stop();
server.monitorList[monitorID].active = 0;
}
}

Loading…
Cancel
Save