mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-12 10:07:36 +03:00
remove check
This commit is contained in:
parent
82631625f0
commit
bba42e8050
@ -63,11 +63,7 @@ export class DynamicVideoController {
|
||||
}
|
||||
|
||||
isPlaying(): boolean {
|
||||
return (
|
||||
!this.playerController.paused &&
|
||||
!this.playerController.ended &&
|
||||
this.playerController.readyState >= HTMLMediaElement.HAVE_ENOUGH_DATA
|
||||
);
|
||||
return !this.playerController.paused && !this.playerController.ended;
|
||||
}
|
||||
|
||||
seekToTimestamp(time: number, play: boolean = false) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user