forked from Github/frigate
WebUI Fixes (#10608)
* Fix camera with - * Fix not playing player after making slight adjustment * Fix hovering getting stuck
This commit is contained in:
@@ -42,6 +42,10 @@ export class DynamicVideoController {
|
||||
}
|
||||
}
|
||||
|
||||
play() {
|
||||
this.playerController.play();
|
||||
}
|
||||
|
||||
pause() {
|
||||
this.playerController.pause();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user