Fixed client channel permission query (typo)

This commit is contained in:
WolverinDEV 2020-06-15 17:03:41 +02:00
parent 7e8c77fd09
commit d7185497fc

View file

@ -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":