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