diff --git a/webapp/src/components/genericComponents/miniStreamDisplay.vue b/webapp/src/components/genericComponents/miniStreamDisplay.vue index 7d8ab644..2a559d0d 100644 --- a/webapp/src/components/genericComponents/miniStreamDisplay.vue +++ b/webapp/src/components/genericComponents/miniStreamDisplay.vue @@ -50,7 +50,7 @@ export default { return this.ready && !this.disableStream; }, streamImgUri: function () { - // FIX: Require BOTH visibility AND the enabled state + // Require BOTH visibility AND the enabled state if (this.isVisible && this.streamEnabled) { const url = new URL(`${this.baseUri}/camera/mjpeg_stream`); url.searchParams.append("debugId", this.streamId);