diff --git a/webroot/js/app.js b/webroot/js/app.js index 1c2515d85..a26db4076 100644 --- a/webroot/js/app.js +++ b/webroot/js/app.js @@ -229,7 +229,6 @@ class Owncast { return; } // update UI - this.vueApp.streamStatus = status.online ? MESSAGE_ONLINE : MESSAGE_OFFLINE; this.vueApp.viewerCount = status.viewerCount; this.vueApp.sessionMaxViewerCount = status.sessionMaxViewerCount; this.vueApp.overallMaxViewerCount = status.overallMaxViewerCount;