mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-01 19:17:41 +03:00
correctly join cameras
This commit is contained in:
parent
512d5f6190
commit
3c3b0f620a
@ -91,7 +91,7 @@ export function RecordingView({
|
|||||||
"recordings/summary",
|
"recordings/summary",
|
||||||
{
|
{
|
||||||
timezone: timezone,
|
timezone: timezone,
|
||||||
cameras: allCameras ?? null,
|
cameras: allCameras.join(",") ?? null,
|
||||||
},
|
},
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user