summaryrefslogtreecommitdiff
path: root/web/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/app.js')
-rw-r--r--web/app.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/app.js b/web/app.js
index c87c609..882ddac 100644
--- a/web/app.js
+++ b/web/app.js
@@ -1405,6 +1405,7 @@ function connectWebSocket() {
function handleWsEvent(data) {
switch (data.type) {
+ case 'task_started':
case 'task_completed':
// Force a poll immediately regardless of interval
poll();