diff --git a/code/backend/Cleanuparr.Api/Features/Webhooks/Controllers/MalwareBlockerWebhookController.cs b/code/backend/Cleanuparr.Api/Features/Webhooks/Controllers/MalwareBlockerWebhookController.cs index 599f7f9d..f886b0b2 100644 --- a/code/backend/Cleanuparr.Api/Features/Webhooks/Controllers/MalwareBlockerWebhookController.cs +++ b/code/backend/Cleanuparr.Api/Features/Webhooks/Controllers/MalwareBlockerWebhookController.cs @@ -7,7 +7,6 @@ using Cleanuparr.Persistence.Models.Configuration.MalwareBlocker; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Mvc; using Microsoft.EntityFrameworkCore; -using Microsoft.Extensions.Logging; namespace Cleanuparr.Api.Features.Webhooks.Controllers; diff --git a/docs/docs/configuration/malware-blocker/index.mdx b/docs/docs/configuration/malware-blocker/index.mdx index 59a296ad..0ad3987f 100644 --- a/docs/docs/configuration/malware-blocker/index.mdx +++ b/docs/docs/configuration/malware-blocker/index.mdx @@ -44,7 +44,7 @@ Controls how the Malware Blocker is started: - **Schedule + Webhook**: Both — webhooks scan new grabs immediately, while the schedule remains a safety net. -Webhook triggering is only supported for **Sonarr** and **Radarr**. See [Webhook triggering](./webhook-triggers) for setup. +Webhook triggering is only supported for **Sonarr** and **Radarr**. See [Webhook triggering](./malware-blocker/webhook-triggers) for setup.