diff --git a/src/NzbDrone.Core/Download/Clients/Deluge/DelugeProxy.cs b/src/NzbDrone.Core/Download/Clients/Deluge/DelugeProxy.cs index e1b4f2845..21a34e2be 100644 --- a/src/NzbDrone.Core/Download/Clients/Deluge/DelugeProxy.cs +++ b/src/NzbDrone.Core/Download/Clients/Deluge/DelugeProxy.cs @@ -158,6 +158,7 @@ namespace NzbDrone.Core.Download.Clients.Deluge if (seedConfiguration.Ratio != null) { ratioArguments.Add("stop_ratio", seedConfiguration.Ratio.Value); + ratioArguments.Add("stop_at_ratio", 1); } ProcessRequest(settings, "core.set_torrent_options", new[] { hash }, ratioArguments);