From cb048261738b874b58adf0017a4e79844541d202 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Mon, 27 Jul 2020 23:04:35 -0700 Subject: [PATCH] Fix the flickering status text. Closes #88 --- webroot/js/app.js | 1 - 1 file changed, 1 deletion(-) 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;