mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-11 05:35:25 +03:00
don't set for jsmpeg
This commit is contained in:
parent
97faa888b6
commit
d029507c1c
@ -145,12 +145,6 @@ export default function LivePlayer({
|
||||
height={cameraConfig.detect.height}
|
||||
/>
|
||||
);
|
||||
if (setLiveResolution) {
|
||||
setLiveResolution({
|
||||
width: cameraConfig.detect.width,
|
||||
height: cameraConfig.detect.height,
|
||||
});
|
||||
}
|
||||
} else {
|
||||
player = <ActivityIndicator />;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user