mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
Fix the flickering status text. Closes #88
This commit is contained in:
parent
a20d2fce46
commit
cb04826173
@ -229,7 +229,6 @@ class Owncast {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
// update UI
|
// update UI
|
||||||
this.vueApp.streamStatus = status.online ? MESSAGE_ONLINE : MESSAGE_OFFLINE;
|
|
||||||
this.vueApp.viewerCount = status.viewerCount;
|
this.vueApp.viewerCount = status.viewerCount;
|
||||||
this.vueApp.sessionMaxViewerCount = status.sessionMaxViewerCount;
|
this.vueApp.sessionMaxViewerCount = status.sessionMaxViewerCount;
|
||||||
this.vueApp.overallMaxViewerCount = status.overallMaxViewerCount;
|
this.vueApp.overallMaxViewerCount = status.overallMaxViewerCount;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user