From 3ce5308ac9bdd4b82c4c41f508ab594f2d75c1c7 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 e6d4067ea8..959be3a6a5 100644 --- a/apps/app_queue.c +++ b/apps/app_queue.c @@ -951,7 +951,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. -- 2.47.3