mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-16 11:37:58 +02:00
fixed typo setting custom directory for rtorrent.
This commit is contained in:
parent
2326db0dea
commit
2bf3b9e7dd
@ -157,7 +157,7 @@ private string[] GetCommands(string label, RTorrentPriority priority, string dir
|
||||
|
||||
if (directory.IsNotNullOrWhiteSpace())
|
||||
{
|
||||
result.Add("d.directory.set=" + label);
|
||||
result.Add("d.directory.set=" + directory);
|
||||
}
|
||||
|
||||
return result.ToArray();
|
||||
|
Loading…
Reference in New Issue
Block a user