Add message priorities.

This commit is contained in:
Dermot Duffy
2022-06-24 19:42:25 -07:00
parent b86f44627f
commit 5a3703457d
9 changed files with 73 additions and 49 deletions
+1 -1
View File
@@ -237,7 +237,7 @@ export class FrigateCardImage extends LitElement {
dispatchErrorMessageEvent(
this,
localize('error.image_load_error'),
this.imageConfig,
{ context: this.imageConfig },
);
}
}}