mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-14 02:00:32 +08:00
Update stream_mjpeg.js
fix typo
This commit is contained in:
parent
ec994f4518
commit
43eada0fef
@ -129,7 +129,7 @@ export function MjpegStreamer(__setActive, __setInactive, __setInfo, __organizeH
|
|||||||
var __checkStream = function() {
|
var __checkStream = function() {
|
||||||
__findId();
|
__findId();
|
||||||
|
|
||||||
if (__id.legnth > 0 && __id in __state.stream.clients_stat) {
|
if (__id.length > 0 && __id in __state.stream.clients_stat) {
|
||||||
__setStreamActive();
|
__setStreamActive();
|
||||||
__stopChecking();
|
__stopChecking();
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user