forked from Github/frigate
UI improvements (#11429)
* Respect classname when no preview is found * Don't check for go2rtc info if camera is not restramed * Show error banner when playback fails * Add keyboard shortcut for fullscreen
This commit is contained in:
@@ -83,7 +83,7 @@ function Live() {
|
||||
}
|
||||
|
||||
if (selectedCamera) {
|
||||
return <LiveCameraView camera={selectedCamera} />;
|
||||
return <LiveCameraView config={config} camera={selectedCamera} />;
|
||||
}
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user