Fix browseMediaQueryParameters for clip and snapshot.

This commit is contained in:
Dermot Duffy
2021-10-26 13:20:34 -07:00
parent 8d7e5e9b2e
commit a2d58d59b9
4 changed files with 54 additions and 9 deletions
-1
View File
@@ -478,7 +478,6 @@ export class FrigateCardViewerCore extends LitElement {
if (img) {
img.src = img.getAttribute('data-src') || img.src;
} else if (hls_player) {
console.info(hls_player);
hls_player.url = hls_player.getAttribute('data-url') || hls_player.url;
} else if (video_source) {
video_source.src = video_source.getAttribute('data-src') || video_source.src;