mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-12 22:25:24 +03:00
Fix fetching previews incorrectly
This commit is contained in:
parent
90f41d41fd
commit
2c0ba2c2eb
@ -112,6 +112,7 @@ export default function Search() {
|
|||||||
|
|
||||||
const allPreviews = useCameraPreviews(previewTimeRange, {
|
const allPreviews = useCameraPreviews(previewTimeRange, {
|
||||||
autoRefresh: false,
|
autoRefresh: false,
|
||||||
|
fetchPreviews: searchResults != undefined,
|
||||||
});
|
});
|
||||||
|
|
||||||
// selection
|
// selection
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user