Fix the flickering status text. Closes #88

This commit is contained in:
Gabe Kangas 2020-07-27 23:04:35 -07:00
parent a20d2fce46
commit cb04826173

View file

@ -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;