Fixed: Cleanup erroneous QBittorrent Seeding calls

pull/8168/head
Bakerboy448 2 years ago committed by Qstick
parent 669d87b7ef
commit 323510300c

@ -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);

Loading…
Cancel
Save