mirror of
https://github.com/Radarr/Radarr
synced 2025-01-03 05:44:50 +00: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)
|
||||
.Select(d => new
|
||||
{
|
||||
value = d.Path,
|
||||
name = d.Path
|
||||
Value = d.Path,
|
||||
Name = d.Path
|
||||
})
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue