mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-09 04:35:25 +03:00
Fix playback
This commit is contained in:
parent
db40177868
commit
ff919fd192
@ -147,7 +147,7 @@ export function RecordingView({
|
||||
} else {
|
||||
updateSelectedSegment(currentTime, true);
|
||||
}
|
||||
} else {
|
||||
} else if (playerTime != currentTime) {
|
||||
mainControllerRef.current?.play();
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user