mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-09 12:45: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() {
|
pause() {
|
||||||
this.playerController.pause();
|
this.playerController.pause();
|
||||||
}
|
}
|
||||||
|
|||||||
@ -147,6 +147,8 @@ export function RecordingView({
|
|||||||
} else {
|
} else {
|
||||||
updateSelectedSegment(currentTime, true);
|
updateSelectedSegment(currentTime, true);
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
mainControllerRef.current?.play();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// we only want to seek when current time doesn't match the player update time
|
// we only want to seek when current time doesn't match the player update time
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user