diff --git a/src/NzbDrone.Core/Download/Clients/rTorrent/RTorrentProxy.cs b/src/NzbDrone.Core/Download/Clients/rTorrent/RTorrentProxy.cs index e22b9d469..749a68d7a 100644 --- a/src/NzbDrone.Core/Download/Clients/rTorrent/RTorrentProxy.cs +++ b/src/NzbDrone.Core/Download/Clients/rTorrent/RTorrentProxy.cs @@ -157,7 +157,7 @@ namespace NzbDrone.Core.Download.Clients.RTorrent if (directory.IsNotNullOrWhiteSpace()) { - result.Add("d.directory.set=" + label); + result.Add("d.directory.set=" + directory); } return result.ToArray();