mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-11 13:45:25 +03:00
Catch key index
This commit is contained in:
parent
97dc1a7bea
commit
4a004043f9
@ -672,7 +672,9 @@ export function InProgressPreview({
|
||||
setReviewed(review.id);
|
||||
}
|
||||
|
||||
setKey(key + 1);
|
||||
if (previewFrames[key + 1]) {
|
||||
setKey(key + 1);
|
||||
}
|
||||
}, MIN_LOAD_TIMEOUT_MS);
|
||||
|
||||
// we know that these deps are correct
|
||||
|
||||
Loading…
Reference in New Issue
Block a user