mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-18 17:14:26 +03:00
fix crash on initial save in streaming dialog
This commit is contained in:
parent
4c3352223c
commit
081513734c
@ -119,8 +119,8 @@ export function CameraStreamingDialog({
|
|||||||
streamName,
|
streamName,
|
||||||
streamType,
|
streamType,
|
||||||
compatibilityMode,
|
compatibilityMode,
|
||||||
playAudio: groupStreamingSettings[camera]?.playAudio ?? false,
|
playAudio: groupStreamingSettings?.[camera]?.playAudio ?? false,
|
||||||
volume: groupStreamingSettings[camera]?.volume ?? 1,
|
volume: groupStreamingSettings?.[camera]?.volume ?? 1,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user