mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-07-31 08:09:02 +03:00
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