mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-09 04:35:25 +03:00
Fix not playing player after making slight adjustment
This commit is contained in:
parent
99232ce200
commit
072adaea02
@ -42,6 +42,10 @@ export class DynamicVideoController {
|
||||
}
|
||||
}
|
||||
|
||||
play() {
|
||||
this.playerController.play();
|
||||
}
|
||||
|
||||
pause() {
|
||||
this.playerController.pause();
|
||||
}
|
||||
|
||||
@ -147,6 +147,8 @@ export function RecordingView({
|
||||
} else {
|
||||
updateSelectedSegment(currentTime, true);
|
||||
}
|
||||
} else {
|
||||
mainControllerRef.current?.play();
|
||||
}
|
||||
}
|
||||
// we only want to seek when current time doesn't match the player update time
|
||||
|
||||
Loading…
Reference in New Issue
Block a user