From 5cff97d87ec0197934489035ed2840f8bf764e98 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 10ea569123..ae2c4263ab 100644 --- a/apps/app_queue.c +++ b/apps/app_queue.c @@ -1006,7 +1006,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.