From 1a5bacce87514bfc80e20c3305051bc8db31f3fb Mon Sep 17 00:00:00 2001 From: Gmer4Lfe Date: Mon, 24 Aug 2026 18:22:59 -0400 Subject: [PATCH] Point the webhook's dependency note at where the handler actually lives --- Plugin/unraid/api/webhook.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugin/unraid/api/webhook.php b/Plugin/unraid/api/webhook.php index 0629c96..dbe0174 100644 --- a/Plugin/unraid/api/webhook.php +++ b/Plugin/unraid/api/webhook.php @@ -95,7 +95,7 @@ // // DEPENDS ON // include/config.php vv_conf_vars(), SCRIPTS_DIR -// Media/upgrade_webhook_handler.sh the backgrounded handler +// Arrs_Stack/upgrade_webhook_handler.sh the backgrounded handler // master.conf DOWNLOAD_WEBHOOK_ENABLED // ═══════════════════════════════════════════════════════════════════════════════════════════════ header('Content-Type: application/json');