mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 09:01:54 +08:00
Update stream_mjpeg.js
fix typo
This commit is contained in:
@@ -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();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user