Fix controls and seeking bugs.

This commit is contained in:
Dermot Duffy
2024-04-14 19:47:44 -07:00
parent e13a7bed6b
commit b4ed40e6c7
3 changed files with 30 additions and 0 deletions
+1
View File
@@ -138,6 +138,7 @@ export class FrigateCardSurround extends LitElement {
...(media.getCameraID() && { camera: media.getCameraID() }),
})
.removeContext('timeline')
.removeContext('mediaViewer')
// Send the view change from the source of the tap event, so
// the view change will be caught by the handler above (to
// close the drawer).