Fixed client channel permission query (typo)
This commit is contained in:
parent
7e8c77fd09
commit
d7185497fc
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@ export class PermissionManager extends AbstractCommandHandler {
|
||||||
case "notifyclientpermlist":
|
case "notifyclientpermlist":
|
||||||
this.onClientPermList(command.arguments);
|
this.onClientPermList(command.arguments);
|
||||||
return true;
|
return true;
|
||||||
case "notifyclientchannelpermlist":
|
case "notifychannelclientpermlist":
|
||||||
this.onChannelClientPermList(command.arguments);
|
this.onChannelClientPermList(command.arguments);
|
||||||
return true;
|
return true;
|
||||||
case "notifyplaylistpermlist":
|
case "notifyplaylistpermlist":
|
||||||
|
|
Loading…
Add table
Reference in a new issue