mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-12 10:07: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;
|
||||
|
||||
if (play) {
|
||||
console.log("seeking and playing");
|
||||
this.waitAndPlay();
|
||||
} else {
|
||||
console.log("seeking and pausing");
|
||||
this.playerController.pause();
|
||||
}
|
||||
} else {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user