Skip to content

Commit

Permalink
uth: wrong no of args
Browse files Browse the repository at this point in the history
  • Loading branch information
punxaphil committed Feb 4, 2024
1 parent 639f58a commit 4a71437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sections/grouping.ts
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ export class Grouping extends LitElement {
<sonos-grouping-button
@click=${async () => {
this.modifiedItems = [];
await this.mediaControlService.createGroup(predefinedGroup, this.allGroups, this.store.config, this);
await this.mediaControlService.createGroup(predefinedGroup, this.allGroups, this);
}}
.icon=${'mdi:speaker-multiple'}
.name=${predefinedGroup.name}
Expand Down

0 comments on commit 4a71437

Please sign in to comment.