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