Initialize media players if they have not been initialized.
This commit is contained in:
+1
-1
@@ -1224,7 +1224,7 @@ class FrigateCard extends LitElement {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!this._initializer.isInitialized(InitializationAspect.MEDIA_PLAYERS)) {
|
if (this._initializer.isInitialized(InitializationAspect.MEDIA_PLAYERS)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user