1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-03-03 10:17:17 +00:00

fixed typo setting custom directory for rtorrent.

This commit is contained in:
Taloth Saldono 2017-03-12 11:18:51 +01:00
parent 2326db0dea
commit 2bf3b9e7dd

View file

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