From 93e17ac73e30ae37c012589e10e9073c1162c449 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Verstraeten?= Date: Tue, 30 Jun 2026 12:11:23 +0200 Subject: [PATCH] Update communication.go --- machinery/src/models/communication.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/machinery/src/models/communication.go b/machinery/src/models/communication.go index bb0ca2f..b47cb74 100644 --- a/machinery/src/models/communication.go +++ b/machinery/src/models/communication.go @@ -44,9 +44,9 @@ type Communication struct { // HandleLiveHLS is the live HLS viewer keepalive. It carries the requested // quality tier ("auto"|"high"|"low"; empty => auto) so the producer can switch // the live session between the main and sub stream on demand. - HandleLiveHLS chan string - HandleONVIF chan OnvifAction - IsConfiguring *abool.AtomicBool + HandleLiveHLS chan string + HandleONVIF chan OnvifAction + IsConfiguring *abool.AtomicBool // IsRecordingManual is set while a viewer has requested a manual recording // from the live view (the record button). While set, the motion-based // recorder keeps recording (it does not auto-close on the post-recording