Add mixxing part of prior commit.

This commit is contained in:
Dermot Duffy
2023-10-03 20:22:56 -07:00
parent ed91c87899
commit f2e230fa81
54 changed files with 35 additions and 8043 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ export class ConfigManager {
protected _rawConfig: RawFrigateCardConfig | null = null;
protected _cardWideConfig: CardWideConfig | null = null;
constructor(api) {
constructor(api: CardConfigAPI) {
this._api = api;
}