mirror of
https://github.com/fergalmoran/Readarr.git
synced 2025-12-22 09:29:59 +00:00
fixed typo setting custom directory for rtorrent.
This commit is contained in:
@@ -157,7 +157,7 @@ namespace NzbDrone.Core.Download.Clients.RTorrent
|
|||||||
|
|
||||||
if (directory.IsNotNullOrWhiteSpace())
|
if (directory.IsNotNullOrWhiteSpace())
|
||||||
{
|
{
|
||||||
result.Add("d.directory.set=" + label);
|
result.Add("d.directory.set=" + directory);
|
||||||
}
|
}
|
||||||
|
|
||||||
return result.ToArray();
|
return result.ToArray();
|
||||||
|
|||||||
Reference in New Issue
Block a user