1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-11 03:52:33 +02: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 @@ 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);