From 5d6ba4d3e0c80c0acc1bc7f7e4e0c815a4bbca2d Mon Sep 17 00:00:00 2001 From: Sean Bright Date: Thu, 4 Dec 2025 18:31:51 -0500 Subject: [PATCH] app_queue.c: Update docs to correct QueueMemberPause event name. --- apps/app_queue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/app_queue.c b/apps/app_queue.c index ee9d3d2b61..ced61f8c0b 100644 --- a/apps/app_queue.c +++ b/apps/app_queue.c @@ -995,7 +995,7 @@ The name of the queue in which to pause or unpause this member. If not specified, the member will be paused or unpaused in all the queues it is a member of. - Text description, returned in the event QueueMemberPaused. + Text description, returned in the event QueueMemberPause.