mirror of
https://github.com/lidarr/Lidarr
synced 2025-02-23 06:20:50 +00:00
fixed typo setting custom directory for rtorrent.
This commit is contained in:
parent
2326db0dea
commit
2bf3b9e7dd
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ private string[] GetCommands(string label, RTorrentPriority priority, string dir
|
||||||
|
|
||||||
if (directory.IsNotNullOrWhiteSpace())
|
if (directory.IsNotNullOrWhiteSpace())
|
||||||
{
|
{
|
||||||
result.Add("d.directory.set=" + label);
|
result.Add("d.directory.set=" + directory);
|
||||||
}
|
}
|
||||||
|
|
||||||
return result.ToArray();
|
return result.ToArray();
|
||||||
|
|
Loading…
Reference in a new issue