Ensure static images refresh.

This commit is contained in:
Dermot Duffy
2022-01-17 16:56:51 -08:00
parent 7beb1ff798
commit 49d299e8f3
3 changed files with 22 additions and 5 deletions
+4 -1
View File
@@ -1184,7 +1184,10 @@ export class FrigateCard extends LitElement {
return html`
${!this._message && this._view.is('image')
? html` <frigate-card-image .imageConfig=${this._getConfig().image}>
? html` <frigate-card-image
.imageConfig=${this._getConfig().image}
.view=${this._view}
>
</frigate-card-image>`
: ``}
${!this._message && this._view.isGalleryView()