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