mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-11 13:45: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}
|
height={cameraConfig.detect.height}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
if (setLiveResolution) {
|
|
||||||
setLiveResolution({
|
|
||||||
width: cameraConfig.detect.width,
|
|
||||||
height: cameraConfig.detect.height,
|
|
||||||
});
|
|
||||||
}
|
|
||||||
} else {
|
} else {
|
||||||
player = <ActivityIndicator />;
|
player = <ActivityIndicator />;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user