Browse Source

Fix the flickering status text. Closes #88

pull/105/head
Gabe Kangas 6 years ago
parent
commit
cb04826173
  1. 1
      webroot/js/app.js

1
webroot/js/app.js

@ -229,7 +229,6 @@ class Owncast { @@ -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;

Loading…
Cancel
Save