From de379b2e47a8f701f1d3a46953974e10c0ee679e Mon Sep 17 00:00:00 2001 From: Taloth Saldono Date: Thu, 21 Jan 2016 21:10:22 +0100 Subject: [PATCH] Do or do not, there is no try. --- src/NzbDrone.Core/Download/Clients/rTorrent/RTorrentProxy.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NzbDrone.Core/Download/Clients/rTorrent/RTorrentProxy.cs b/src/NzbDrone.Core/Download/Clients/rTorrent/RTorrentProxy.cs index 3ca16da57..817e43191 100644 --- a/src/NzbDrone.Core/Download/Clients/rTorrent/RTorrentProxy.cs +++ b/src/NzbDrone.Core/Download/Clients/rTorrent/RTorrentProxy.cs @@ -223,7 +223,7 @@ namespace NzbDrone.Core.Download.Clients.RTorrent // Ensure it gets started if the user doesn't have schedule=...,start_tied= commands.Add("d.open="); - commands.Add("d.try_start="); + commands.Add("d.start="); if (commands.Any()) {