From 323510300cabe67192e7c55898925976c3268101 Mon Sep 17 00:00:00 2001 From: Bakerboy448 <55419169+bakerboy448@users.noreply.github.com> Date: Fri, 31 Mar 2023 00:48:57 -0500 Subject: [PATCH] Fixed: Cleanup erroneous QBittorrent Seeding calls --- src/NzbDrone.Core/Download/Clients/QBittorrent/QBittorrent.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/NzbDrone.Core/Download/Clients/QBittorrent/QBittorrent.cs b/src/NzbDrone.Core/Download/Clients/QBittorrent/QBittorrent.cs index 2e34657a1..0813bd266 100644 --- a/src/NzbDrone.Core/Download/Clients/QBittorrent/QBittorrent.cs +++ b/src/NzbDrone.Core/Download/Clients/QBittorrent/QBittorrent.cs @@ -88,8 +88,6 @@ protected override string AddFromMagnetLink(RemoteMovie remoteMovie, string hash if (!addHasSetShareLimits && setShareLimits) { - Proxy.SetTorrentSeedingConfiguration(hash.ToLower(), remoteMovie.SeedConfiguration, Settings); - try { Proxy.SetTorrentSeedingConfiguration(hash.ToLower(), remoteMovie.SeedConfiguration, Settings);