From 43eada0fefee1f88ccfc01f2aaf05c423508394b Mon Sep 17 00:00:00 2001 From: Pharrell <85983303+menggatot@users.noreply.github.com> Date: Fri, 25 Jul 2025 19:28:52 +0700 Subject: [PATCH] Update stream_mjpeg.js fix typo --- web/share/js/kvm/stream_mjpeg.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/share/js/kvm/stream_mjpeg.js b/web/share/js/kvm/stream_mjpeg.js index 6656549a..d7dc27b2 100644 --- a/web/share/js/kvm/stream_mjpeg.js +++ b/web/share/js/kvm/stream_mjpeg.js @@ -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();