Skip to content

Commit

Permalink
wrong arguments to store.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
punxaphil committed Sep 12, 2023
1 parent 0b2b4fc commit d25961c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default class Store {
this.activePlayer = this.determineActivePlayer(activePlayerId);
const section = this.config.sections?.[0];
this.hassService = new HassService(this.hass, section);
this.mediaControlService = new MediaControlService(this.hassService, this.allGroups, this.config);
this.mediaControlService = new MediaControlService(this.hassService);
this.mediaBrowseService = new MediaBrowseService(this.hassService);
this.predefinedGroups = this.createPredefinedGroups();
}
Expand Down

0 comments on commit d25961c

Please sign in to comment.