Merge pull request #1134 from c0mputerguru/fix-casting
Initialize media players if they have not been initialized.
This commit is contained in:
+1
-1
@@ -1270,7 +1270,7 @@ class FrigateCard extends LitElement {
|
||||
return;
|
||||
}
|
||||
|
||||
if (!this._initializer.isInitialized(InitializationAspect.MEDIA_PLAYERS)) {
|
||||
if (this._initializer.isInitialized(InitializationAspect.MEDIA_PLAYERS)) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user