mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-05 18:55:23 +03:00
Fix reversed condition
This commit is contained in:
parent
a7a4fb82d1
commit
c985b5616f
@ -33,7 +33,7 @@ export default function Birdseye() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
let player;
|
let player;
|
||||||
const playerClass = ptzCameras.length || !isMaxWidth ? 'w-full' : 'max-w-5xl xl:w-1/2';
|
const playerClass = ptzCameras.length || isMaxWidth ? 'w-full' : 'max-w-5xl xl:w-1/2';
|
||||||
if (viewSource == 'mse' && config.birdseye.restream) {
|
if (viewSource == 'mse' && config.birdseye.restream) {
|
||||||
if ('MediaSource' in window) {
|
if ('MediaSource' in window) {
|
||||||
player = (
|
player = (
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user