From 34fb628adadabb45f67b4855462476be5626c6f3 Mon Sep 17 00:00:00 2001 From: enoch85 Date: Fri, 7 Aug 2026 12:32:05 +0000 Subject: [PATCH] docs: correct the minimum qBittorrent version to 4.3.4 The download client reads two torrents/info fields that qBittorrent 4.1 does not return: content_path, added in 4.3.1, and seeding_time, added in 4.3.4. Without content_path the cross-seed guard never engages, so shared data is deleted; without seeding_time a seed-time limit never reads as met. --- docs/Configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Configuration.md b/docs/Configuration.md index 7ec770784..4c323c4a7 100644 --- a/docs/Configuration.md +++ b/docs/Configuration.md @@ -196,7 +196,7 @@ qBittorrent is the only supported client. ### qBittorrent :::note -Maintainerr matches downloads by the hash recorded in the Radarr/Sonarr download history, so point it at the **same qBittorrent instance Radarr/Sonarr use as their download client**, with the Web UI enabled (qBittorrent 4.1 or newer). Media grabbed through a different qBittorrent, or through a Usenet or other download client, won't be found and is left untouched. +Maintainerr matches downloads by the hash recorded in the Radarr/Sonarr download history, so point it at the **same qBittorrent instance Radarr/Sonarr use as their download client**, with the Web UI enabled (qBittorrent 4.3.4 or newer). Media grabbed through a different qBittorrent, or through a Usenet or other download client, won't be found and is left untouched. ::: | Setting | Description |