fix: default stream_selector to 'auto' for non-camera cells

This commit is contained in:
Mitchell R 2026-05-10 03:48:23 +02:00
parent cc306cec57
commit bcaca8fdc7
No known key found for this signature in database

View file

@ -532,7 +532,7 @@ export class Repository {
input.region_name, input.region_name,
input.content_type, input.content_type,
input.camera_id ?? null, input.camera_id ?? null,
input.stream_selector ?? null, input.stream_selector ?? "auto",
input.web_url ?? null, input.web_url ?? null,
input.html_content ?? null, input.html_content ?? null,
input.cooling_timeout_seconds ?? null, input.cooling_timeout_seconds ?? null,