1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-03-05 13:21:25 -05:00

Fixed: Cleanup erroneous QBittorrent Seeding calls

This commit is contained in:
Bakerboy448
2023-03-31 00:48:57 -05:00
committed by Qstick
parent 669d87b7ef
commit 323510300c

View File

@@ -88,8 +88,6 @@ namespace NzbDrone.Core.Download.Clients.QBittorrent
if (!addHasSetShareLimits && setShareLimits)
{
Proxy.SetTorrentSeedingConfiguration(hash.ToLower(), remoteMovie.SeedConfiguration, Settings);
try
{
Proxy.SetTorrentSeedingConfiguration(hash.ToLower(), remoteMovie.SeedConfiguration, Settings);