mirror of
https://github.com/BetterCorp/BetterFrame.git
synced 2026-05-26 20:16:35 +00:00
fix: default stream_selector to 'auto' for non-camera cells
This commit is contained in:
parent
cc306cec57
commit
bcaca8fdc7
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue