mirror of
https://github.com/Radarr/Radarr
synced 2025-12-06 16:32:36 +01:00
Clean up variable name case
This commit is contained in:
parent
20301bdb78
commit
b32d168742
1 changed files with 2 additions and 2 deletions
|
|
@ -129,8 +129,8 @@ public override object RequestAction(string action, IDictionary<string, string>
|
||||||
options = remoteRootfolders.OrderBy(d => d.Path, StringComparer.InvariantCultureIgnoreCase)
|
options = remoteRootfolders.OrderBy(d => d.Path, StringComparer.InvariantCultureIgnoreCase)
|
||||||
.Select(d => new
|
.Select(d => new
|
||||||
{
|
{
|
||||||
value = d.Path,
|
Value = d.Path,
|
||||||
name = d.Path
|
Name = d.Path
|
||||||
})
|
})
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue