also fix the overview # of viewers
This commit is contained in:
parent
f32fbb5bb3
commit
97d7e74b89
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@
|
|||
{
|
||||
numtotstr++;
|
||||
|
||||
if(data.streams[svr].online && data.streams[svr].online == 1)
|
||||
if(data.streams[svr].online && data.streams[svr].online != 0 )
|
||||
{
|
||||
numstr++;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue