mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-02-25 18:55:25 -06:00
remove extra check
This commit is contained in:
parent
94db378335
commit
fed6629672
@ -320,9 +320,7 @@ export default function LiveDashboardView({
|
||||
},
|
||||
};
|
||||
|
||||
if (cameraGroup != "default") {
|
||||
setAllGroupsStreamingSettings?.(updatedSettings);
|
||||
}
|
||||
setAllGroupsStreamingSettings?.(updatedSettings);
|
||||
},
|
||||
[cameraGroup, allGroupsStreamingSettings, setAllGroupsStreamingSettings],
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user