Update stream_mjpeg.js

fix typo
This commit is contained in:
Pharrell 2025-07-25 19:28:52 +07:00 committed by Maxim Devaev
parent ec994f4518
commit 43eada0fef

View File

@ -129,7 +129,7 @@ export function MjpegStreamer(__setActive, __setInactive, __setInfo, __organizeH
var __checkStream = function() {
__findId();
if (__id.legnth > 0 && __id in __state.stream.clients_stat) {
if (__id.length > 0 && __id in __state.stream.clients_stat) {
__setStreamActive();
__stopChecking();