mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-12 18:17:36 +03:00
clean up
This commit is contained in:
parent
a95dc14cff
commit
82631625f0
@ -113,10 +113,8 @@ export class DynamicVideoController {
|
|||||||
this.playerController.currentTime = seekSeconds;
|
this.playerController.currentTime = seekSeconds;
|
||||||
|
|
||||||
if (play) {
|
if (play) {
|
||||||
console.log("seeking and playing");
|
|
||||||
this.waitAndPlay();
|
this.waitAndPlay();
|
||||||
} else {
|
} else {
|
||||||
console.log("seeking and pausing");
|
|
||||||
this.playerController.pause();
|
this.playerController.pause();
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user