From 26939b2cd398dde95f78ee87328faec5b7ac33d4 Mon Sep 17 00:00:00 2001 From: Flaminel Date: Tue, 12 Nov 2024 13:18:34 +0200 Subject: [PATCH] fixed readme typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a274ef4..94837bb8 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ## How it works 1. Add excluded file names to prevent malicious files from being downloaded by qBittorrent. -2. cleanuperr goes through all items in Sonarr's queue every at every 5th minute. +2. cleanuperr goes through all items in Sonarr's queue at every 5th minute. 3. For each queue item, a call is made to qBittorrent to get the stats of the torrent. 4. If a torrent is found to be marked as completed, but with 0 downloaded bytes, cleanuperr calls Sonarr to add that torrent to the blocklist. 5. If any malicious torrents have been found, cleanuperr calls Sonarr to automatically search again.